Rewrote indentation detection
More robust and easier to customize.
This commit is contained in:
parent
088480047c
commit
35e5a47e9f
5 changed files with 31 additions and 17 deletions
|
@ -41,6 +41,9 @@
|
|||
("add-hook" "remove-hook")
|
||||
("add-hook!" "remove-hook!")))
|
||||
|
||||
;; variable-width indentation is superior in elisp
|
||||
(add-to-list 'doom-detect-indentation-excluded-modes 'emacs-lisp-mode nil #'eq)
|
||||
|
||||
(add-hook! 'emacs-lisp-mode-hook
|
||||
#'(;; 3rd-party functionality
|
||||
auto-compile-on-save-mode doom|enable-delete-trailing-whitespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue