X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=auto-modes.el;h=a616d48447672357b1e3119486dd45c383b174f9;hp=19bf70143f197b03f10bee5e98ee045bf54d5361;hb=HEAD;hpb=3a915ecb8634dffdef69284ffb004491cc765475 diff --git a/auto-modes.el b/auto-modes.el index 19bf701..a616d48 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -10,19 +10,6 @@ '("apache[12]\?\\.conf$" . apache-mode) '("commonapache[12]\?\\.conf$" . apache-mode) - ;; csharp-mode - '("\\.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 +30,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)