]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Open PDF files in fundamental-mode.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 25 Oct 2011 13:57:50 +0000 (09:57 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 25 Oct 2011 13:57:50 +0000 (09:57 -0400)
auto-modes.el

index 0dad7c33f57ab8af3dd52efa8dd1a23fc99907f6..063f43631ab631a6ec4d04b4fd07628eead8107c 100644 (file)
@@ -52,7 +52,8 @@
        ;; ruby-mode
        '("\\.rake$" . ruby-mode)
        '("\\.rb$" . ruby-mode)
-                              
+
+       '("\\.pdf$" . fundamental-mode)
        )
                              
        auto-mode-alist))