X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fmisc%2Femacs%2Femacsrc;h=edc927aa7fb6a86ea518811b31ff2a1d32faf486;hb=4ac4f006de179a329334e661774805daf19a8284;hp=0142ea81c69bf47637b302156847a7e95eef13b2;hpb=131d3a522878352b702de2f1ce9a5d7462f16e04;p=hvlinux.git diff --git a/stage5/misc/emacs/emacsrc b/stage5/misc/emacs/emacsrc index 0142ea8..edc927a 100644 --- a/stage5/misc/emacs/emacsrc +++ b/stage5/misc/emacs/emacsrc @@ -157,7 +157,7 @@ (add-to-list 'auto-mode-alist '("\\.pas$" . delphi-mode)) ;; Add the .mak suffix to the auto-mode-alist: -(setq auto-mode-alist (cons '("\\.mak\\'" . makefile-mode) auto-mode-alist)) +(setq auto-mode-alist (cons '("\\.mak$" . makefile-mode) auto-mode-alist)) ;; When an Emacs init file gets large or has a lot of function definitions, you ;; should consider compiling it: it will load faster when Emacs starts, and its