X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=auto-modes.el;h=063f43631ab631a6ec4d04b4fd07628eead8107c;hp=0dad7c33f57ab8af3dd52efa8dd1a23fc99907f6;hb=61320544595e17db37c03c88951e6e5d82678310;hpb=3ef555d1e64c37ffc461751fb162d25f7eaec200 diff --git a/auto-modes.el b/auto-modes.el index 0dad7c3..063f436 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -52,7 +52,8 @@ ;; ruby-mode '("\\.rake$" . ruby-mode) '("\\.rb$" . ruby-mode) - + + '("\\.pdf$" . fundamental-mode) ) auto-mode-alist))