]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - auto-modes.el
Rename basic-mode-hooks to visual-basic-mode-hooks, fix indentation.
[emacs.d.git] / auto-modes.el
index 7f42af0194392917cc0e6cbc63ef9327e8f061a3..19bf70143f197b03f10bee5e98ee045bf54d5361 100644 (file)
        '("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)