]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - auto-modes.el
Open PDF files in fundamental-mode.
[emacs.d.git] / 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))