about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-09-21 01:37:01 +0100
committerArun Isaac2026-09-23 02:00:51 +0100
commitf103ebe68d30b37a6138c273085f3b25d1876162 (patch)
tree943838aa524df00ac54fc2d16f6eec116cf38e58
parenteb7fee601934f30cc3be7f5ba664e3df1b355853 (diff)
downloadguile-xapian-f103ebe68d30b37a6138c273085f3b25d1876162.tar.gz
guile-xapian-f103ebe68d30b37a6138c273085f3b25d1876162.tar.lz
guile-xapian-f103ebe68d30b37a6138c273085f3b25d1876162.zip
Enable indent-tabs-mode in Makefiles.
-rw-r--r--.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index e609fc4..3c298da 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,6 +3,8 @@
 
 ((nil
   (indent-tabs-mode))
+ (makefile-mode
+  (indent-tabs-mode t))
  (scheme-mode
   (eval put 'call-with-database 'scheme-indent-function 1)
   (eval put 'call-with-writable-database 'scheme-indent-function 1)))