X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=auto-modes.el;h=6146b6dcd06a09199ea57fd3e365a671f511f320;hp=19bf70143f197b03f10bee5e98ee045bf54d5361;hb=8732d382ec004f811ff517ef4f6b90bf909a2ff7;hpb=9c53c8cc7f76aa6ae3f4028176c65a4ab84e3431 diff --git a/auto-modes.el b/auto-modes.el index 19bf701..6146b6d 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -14,15 +14,6 @@ '("\\.ascx$" . csharp-mode) '("\\.cs$" . csharp-mode) - ;; css-mode - '("\\.css$" . css-mode) - - ;; ebuild-mode - '("\\.ebuild$" . ebuild-mode) - - ;; js-mode - '("\\.js$" . js-mode) - ;; haskell-mode '("\\.l?hs$" . haskell-mode) @@ -43,15 +34,14 @@ '("\\.xul$" . nxml-mode) ;; php-mode - '("\\.php$" . php-mode) '("\\.module$" . php-mode) ;; Drupal modules ;; python-mode '("\\.pyx?$" . python-mode) ;; ruby-mode - '("\\.rake$" . ruby-mode) - '("\\.rb$" . ruby-mode) + '("\\.rake$" . ruby-mode) + '("/[Rr]akefile$" . ruby-mode) ;; Perhaps surprisingly, I do not use Emacs as my PDF viewer. '("\\.pdf$" . fundamental-mode)