# HG changeset patch # User Jeff Hammel # Date 1499637676 25200 # Node ID 03f9657514e941792d455573c177488fcd6044ea # Parent d471e026917016e0460e4b29624ed8ecacccf4c2 while we might not want Octave *that* much, we will never want OCAML diff -r d471e0269170 -r 03f9657514e9 .emacs --- a/.emacs Sat May 13 18:35:31 2017 -0700 +++ b/.emacs Sun Jul 09 15:01:16 2017 -0700 @@ -94,6 +94,8 @@ (setq auto-mode-alist (cons '("\\.cpt$" . sgml-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.cpy$" . python-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.vpy$" . python-mode) auto-mode-alist)) +(setq auto-mode-alist + (cons '("\\.m$" . octave-mode) auto-mode-alist)) ;; set the grep command....for some reason (setq grep-command "grep -liE")