mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/emacs-lisp: update hook rotations in :rotate setting
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
("when" "unless")
|
("when" "unless")
|
||||||
("append" "prepend")
|
("append" "prepend")
|
||||||
("advice-add" "advice-remove")
|
("advice-add" "advice-remove")
|
||||||
("add-hook" "add-hook!" "remove-hook")))
|
("add-hook" "remove-hook")))
|
||||||
|
|
||||||
;; Don't affect lisp indentation (only `tab-width')
|
;; Don't affect lisp indentation (only `tab-width')
|
||||||
(setq editorconfig-indentation-alist
|
(setq editorconfig-indentation-alist
|
||||||
|
Reference in New Issue
Block a user