aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-01-03 00:07:49 +0530
committerArun Isaac2022-01-03 00:17:23 +0530
commit6e575804d134486fa71b069b6bb6f4a07a343e51 (patch)
tree155dc1f2dfdb7af93fb22be96c3959d799696d7f
parenta6db2a336842e55b6df4aa8f503279a1655c2cd6 (diff)
downloadkolam-6e575804d134486fa71b069b6bb6f4a07a343e51.tar.gz
kolam-6e575804d134486fa71b069b6bb6f4a07a343e51.tar.lz
kolam-6e575804d134486fa71b069b6bb6f4a07a343e51.zip
dir-locals: Allow tabs in Makefiles.
* .dir-locals.el (makefile-gmake-mode): Set indent-tabs-mode to t.
-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)))