Add advice-(add|remove) to rotate text in elisp

This commit is contained in:
Henrik Lissner 2016-03-30 18:54:08 -04:00
parent d4b8361223
commit 5980afaf70

View File

@ -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")))