mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Add advice-(add|remove) to rotate text in elisp
This commit is contained in:
@@ -215,6 +215,7 @@ enable multiple minor modes for the same regexp.")
|
||||
("let" "let*")
|
||||
("when" "unless")
|
||||
("append" "prepend")
|
||||
("advice-add" "advice-remove")
|
||||
("add-hook" "add-hook!" "remove-hook"))))
|
||||
:config
|
||||
(add-to-list 'rotate-text-words '("true" "false")))
|
||||
|
Reference in New Issue
Block a user