mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/emacs-lisp: obey changes to lisp-indent-offset
In case the user has changed it.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user