mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -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*")
|
("let" "let*")
|
||||||
("when" "unless")
|
("when" "unless")
|
||||||
("append" "prepend")
|
("append" "prepend")
|
||||||
|
("advice-add" "advice-remove")
|
||||||
("add-hook" "add-hook!" "remove-hook"))))
|
("add-hook" "add-hook!" "remove-hook"))))
|
||||||
:config
|
:config
|
||||||
(add-to-list 'rotate-text-words '("true" "false")))
|
(add-to-list 'rotate-text-words '("true" "false")))
|
||||||
|
Reference in New Issue
Block a user