From 10ac316c307ff6649d1d61a7ba429c5c6af49fc0 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 20 Dec 2012 12:24:51 +0000 Subject: [PATCH] dot/emacs: Use `makefile-mode' for *.make files. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) 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" "\\|" -- 2.11.0