# HG changeset patch # User Oleksandr Gavenko # Date 1258314160 -7200 # Node ID 154d8ebf534b0c26d150e62f8ec76e8c4c980ac7 # Parent e905c8c27321b49e403c27670e734a53eb45d27a Added matches for makefile-gmake-mode. 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)