X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=auto-modes.el;h=063f43631ab631a6ec4d04b4fd07628eead8107c;hb=61320544595e17db37c03c88951e6e5d82678310;hp=39abd4210f66fd66816771f94122600cbaa56c84;hpb=ffbe0905bafb79f5f0a5e3b0f0df6d33057c535a;p=emacs.d.git diff --git a/auto-modes.el b/auto-modes.el index 39abd42..063f436 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -20,7 +20,10 @@ ;; css-mode '("\\.css$" . css-mode) - + + ;; ebuild-mode + '("\\.ebuild$" . ebuild-mode) + ;; ecmascript-mode '("\\.js$" . ecmascript-mode) @@ -49,7 +52,8 @@ ;; ruby-mode '("\\.rake$" . ruby-mode) '("\\.rb$" . ruby-mode) - + + '("\\.pdf$" . fundamental-mode) ) auto-mode-alist))