summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2015-04-15 01:40:52 +0300
committerDmitry Gutov <dgutov@yandex.ru>2015-04-15 01:41:10 +0300
commit93d4412046ae2c55a3b9fe9e036cfaa7b6d98b61 (patch)
tree26f19ced1d3d569ef462b136551e3c64b0f0f5fb /.dir-locals.el
parentbe13be3cd0c79b2182d9eab868a61a7c86a8af7e (diff)
downloademacs-93d4412046ae2c55a3b9fe9e036cfaa7b6d98b61.tar.gz
; Set indent-tabs-mode to nil in (most) Elisp sources
Fixes: bug#20323
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 5e73e0d9acd..f899b5155d6 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -11,4 +11,5 @@
(fill-column . 74)
(bug-reference-url-format . "http://debbugs.gnu.org/%s")
(mode . bug-reference)))
- (diff-mode . ((mode . whitespace))))
+ (diff-mode . ((mode . whitespace)))
+ (emacs-lisp-mode . ((indent-tabs-mode . nil))))