From: Mark Wooding Date: Thu, 20 Dec 2012 12:24:51 +0000 (+0000) Subject: dot/emacs: Use `makefile-mode' for *.make files. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/10ac316c307ff6649d1d61a7ba429c5c6af49fc0?ds=inline;hp=-c dot/emacs: Use `makefile-mode' for *.make files. --- 10ac316c307ff6649d1d61a7ba429c5c6af49fc0 diff --git a/dot/emacs b/dot/emacs index 7c97a2d..b35e95f 100644 --- a/dot/emacs +++ b/dot/emacs @@ -514,6 +514,7 @@ ("\\.cs$" . csharp-mode) ("\\.go$" . go-mode) ("\\.org$" . org-mode) + ("\\.make$" . makefile-mode) ;; ("/[ch]/" . c-mode) (,(concat "/\\(" "\\.stgit\\.msg" "\\|"