]> code.delx.au - gnu-emacs/commitdiff
; Set indent-tabs-mode to nil in (most) Elisp sources
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 14 Apr 2015 22:40:52 +0000 (01:40 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 14 Apr 2015 22:41:10 +0000 (01:41 +0300)
Fixes: bug#20323
.dir-locals.el

index 5e73e0d9acdfa6bde25ee2e9c3244d2a8dda858a..f899b5155d6b32581f529743b13cac28dec679bd 100644 (file)
@@ -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))))