lang/emacs-lisp: tab-width = 2 by default
A more sensible default. Also fixes evil-shift-width in emacs-lisp-mode.
This commit is contained in:
parent
29293aa17f
commit
d91888b432
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
|||
("add-hook!" "remove-hook!")))
|
||||
|
||||
(setq-hook! 'emacs-lisp-mode-hook
|
||||
tab-width 2
|
||||
;; shorter name in modeline
|
||||
mode-name "Elisp"
|
||||
;; Don't treat autoloads or sexp openers as outline headers, we have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue