aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-12-23 18:46:16 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-12-23 18:46:16 -0800
commit0fa25d046fcf9ea737a2165310dcad53814ffa2f (patch)
treefae94d0ec03bbd6fa4f4f752b51aa9698059b81f /.dir-locals.el
parent845ecf09056db39155760723cc115a5fd1184b05 (diff)
Use tabs in configure.ac
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index c70a23a..eddf673 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,6 +1,7 @@
((nil . ((eval . (add-hook 'before-save-hook
'whitespace-cleanup nil t))))
(python-mode . ((indent-tabs-mode . nil)))
+ (autoconf-mode . ((indent-tabs-mode . t)))
(c-mode . ((c-file-style . "stroustrup")
(indent-tabs-mode . t)
(tab-width . 8)