diff -r e905c8c27321 -r 154d8ebf534b .emacs-my --- 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)