.emacs-my
changeset 196 154d8ebf534b
parent 192 8b4811c64ec4
child 198 a447f47541f5
--- a/.emacs-my	Sun Nov 08 20:26:54 2009 +0200
+++ b/.emacs-my	Sun Nov 15 21:42:40 2009 +0200
@@ -849,6 +849,11 @@
 ;; (add-to-list 'compilation-mode-font-lock-keywords '("[ 	]\\(/F[oe][^ 	]+\\)" . 1))
 
 ;; ----------------------------------------------------------------------
+;; makefile, make
+
+(add-to-list 'auto-mode-alist '("\\(Makefile\\|Makefile\\..+\\)\\'" . makefile-gmake-mode))
+
+;; ----------------------------------------------------------------------
 ;; asm
 ;; (setq-default asm-comment-char 59)
 (add-hook 'asm-mode-hook '(lambda () (setq comment-start "/*") (setq comment-end "*/")) t)