aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorArun Isaac2022-01-10 17:50:07 +0530
committerArun Isaac2022-01-10 23:32:22 +0530
commit9bf112c3da6fe36a068e75169c2ea7b9bc0668b1 (patch)
tree5f008990ddfaa52962d9688fdcec42f85c42d6fa /.dir-locals.el
parent670b0b68602288b44ad459230be4f701140bca66 (diff)
downloadccwl-9bf112c3da6fe36a068e75169c2ea7b9bc0668b1.tar.gz
ccwl-9bf112c3da6fe36a068e75169c2ea7b9bc0668b1.tar.lz
ccwl-9bf112c3da6fe36a068e75169c2ea7b9bc0668b1.zip
dir-locals: Allows tabs in Makefiles.
* .dir-locals.el (makefile-gmake-mode): Set indent-tabs-mode to t.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 3a93171..6b65dec 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,6 +3,8 @@
((nil
(indent-tabs-mode))
+ (makefile-gmake-mode
+ (indent-tabs-mode t))
(scheme-mode
(eval put 'lambda** 'scheme-indent-function 1)
(eval put 'syntax-lambda** 'scheme-indent-function 1)