X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fmisc%2Femacs%2Femacsrc;h=79ab86528ca0b56d7703e569711e9e5b4355dd54;hb=0573d7309daf628b46d1d19e252f62886e734e18;hp=2d8b3fbec3feef17c49dad513cc26b0dfa1c2f45;hpb=4d52eba7984806a55873064c36eb09b2eeaa2853;p=hvlinux.git diff --git a/stage5/misc/emacs/emacsrc b/stage5/misc/emacs/emacsrc index 2d8b3fb..79ab865 100644 --- a/stage5/misc/emacs/emacsrc +++ b/stage5/misc/emacs/emacsrc @@ -162,6 +162,9 @@ ;; Add the .mak suffix to the auto-mode-alist: (setq auto-mode-alist (cons '("\\.mak$" . makefile-mode) auto-mode-alist)) +;; Add the Makefile prefix to the auto-mode-alist: +(add-to-list 'auto-mode-alist '("Makefile" . makefile-mode)) + ;; 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 ;; functions will execute faster.