X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=auto-modes.el;h=19bf70143f197b03f10bee5e98ee045bf54d5361;hb=9c53c8cc7f76aa6ae3f4028176c65a4ab84e3431;hp=7f42af0194392917cc0e6cbc63ef9327e8f061a3;hpb=7e726d2f4c8ac4dc27a90a4c1e86409846c1dea9;p=emacs.d.git diff --git a/auto-modes.el b/auto-modes.el index 7f42af0..19bf701 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -10,10 +10,6 @@ '("apache[12]\?\\.conf$" . apache-mode) '("commonapache[12]\?\\.conf$" . apache-mode) - ;; basic-mode - '("\\.class\\.asp$" . basic-mode) - '("\\.vbs$" . basic-mode) - ;; csharp-mode '("\\.ascx$" . csharp-mode) '("\\.cs$" . csharp-mode) @@ -30,6 +26,9 @@ ;; haskell-mode '("\\.l?hs$" . haskell-mode) + ;; octave-mode, the extension is a MATLAB relic. + '("\\.m$" . octave-mode) + ;; nagios-mode '("\\.cfg$" . nagios-mode)