projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf3e148
)
Added Makefile prefix to makefile-mode for emacs.
author
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 27 Jan 2013 22:07:09 +0000
(17:07 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 2 Feb 2013 02:30:55 +0000
(21:30 -0500)
stage5/misc/emacs/emacsrc
patch
|
blob
|
history
diff --git
a/stage5/misc/emacs/emacsrc
b/stage5/misc/emacs/emacsrc
index
2d8b3fb
..
79ab865
100644
(file)
--- 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.