mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
; Set indent-tabs-mode to nil in (most) Elisp sources
Fixes: bug#20323
This commit is contained in:
parent
be13be3cd0
commit
93d4412046
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user