lang/emacs-lisp: obey changes to lisp-indent-offset

In case the user has changed it.
This commit is contained in:
Henrik Lissner 2019-07-21 23:33:17 +02:00
parent 060ede0e2e
commit 82e882c630
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -35,7 +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
tab-width (or lisp-indent-offset 2)
;; shorter name in modeline
mode-name "Elisp"
;; Don't treat autoloads or sexp openers as outline headers, we have