aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index af98cc8..5606ae8 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -9,6 +9,10 @@
;;
;; For more information see (info "(emacs) Directory Variables")
+;; Open `.mk' files in Makefile mode
+(add-to-list 'auto-mode-alist '("\\.mk$" . makefile-mode))
+
+;; Basic settings.
((nil
(indent-tabs-mode . nil) ;; No tabs as indentation
(fill-column . 75)) ;; 75-character wide lines