mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/emacs-lisp: add add-hook! & remove-hook! to :rotate symbols
This commit is contained in:
@ -15,7 +15,8 @@
|
||||
("when" "unless")
|
||||
("append" "prepend")
|
||||
("advice-add" "advice-remove")
|
||||
("add-hook" "remove-hook")))
|
||||
("add-hook" "remove-hook")
|
||||
("add-hook!" "remove-hook!")))
|
||||
|
||||
;; Don't affect lisp indentation (only `tab-width')
|
||||
(set! :editorconfig :remove 'emacs-lisp-mode)
|
||||
|
Reference in New Issue
Block a user