merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 17 Nov 2009 18:20:05 +0200
changeset 198 a447f47541f5
parent 196 154d8ebf534b (diff)
parent 197 2abcea5b91db (current diff)
child 200 1e2213b996db
merged
.emacs-my
--- a/.emacs-my	Mon Nov 16 17:53:04 2009 +0200
+++ b/.emacs-my	Tue Nov 17 18:20:05 2009 +0200
@@ -854,6 +854,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)