Add advice-(add|remove) to rotate text in elisp
This commit is contained in:
parent
d4b8361223
commit
5980afaf70
1 changed files with 1 additions and 0 deletions
|
@ -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")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue