lang/emacs-lisp: add add-hook! & remove-hook! to :rotate symbols
This commit is contained in:
parent
7811164aa7
commit
af2b806a35
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue