From 0573d7309daf628b46d1d19e252f62886e734e18 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 27 Jan 2013 17:07:09 -0500 Subject: [PATCH] Added Makefile prefix to makefile-mode for emacs. --- stage5/misc/emacs/emacsrc | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.20.1