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, 3 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 484dee7..e83c70a 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,4 +2,6 @@
;;; For more information see (info "(emacs) Directory Variables")
((nil
- (indent-tabs-mode)))
+ (indent-tabs-mode))
+ (makefile-gmake-mode
+ (indent-tabs-mode t)))