From: Dmitry Gutov Date: Tue, 14 Apr 2015 22:40:52 +0000 (+0300) Subject: ; Set indent-tabs-mode to nil in (most) Elisp sources X-Git-Tag: emacs-25.0.90~2421 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93d4412046ae2c55a3b9fe9e036cfaa7b6d98b61;p=emacs.git ; Set indent-tabs-mode to nil in (most) Elisp sources Fixes: bug#20323 --- 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))))