lang/emacs-lisp: obey changes to lisp-indent-offset
In case the user has changed it.
This commit is contained in:
parent
060ede0e2e
commit
82e882c630
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
||||||
("add-hook!" "remove-hook!")))
|
("add-hook!" "remove-hook!")))
|
||||||
|
|
||||||
(setq-hook! 'emacs-lisp-mode-hook
|
(setq-hook! 'emacs-lisp-mode-hook
|
||||||
tab-width 2
|
tab-width (or lisp-indent-offset 2)
|
||||||
;; shorter name in modeline
|
;; shorter name in modeline
|
||||||
mode-name "Elisp"
|
mode-name "Elisp"
|
||||||
;; Don't treat autoloads or sexp openers as outline headers, we have
|
;; Don't treat autoloads or sexp openers as outline headers, we have
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue