Add 'true'/'false' to rotate-text-words

This commit is contained in:
Henrik Lissner 2016-02-20 15:32:33 -05:00
parent 7f2876d754
commit a3503394c4

View File

@ -162,7 +162,9 @@ enable multiple minor modes for the same regexp.")
("let" "let*") ("let" "let*")
("when" "unless") ("when" "unless")
("append" "prepend") ("append" "prepend")
("add-hook" "add-hook!" "remove-hook"))))) ("add-hook" "add-hook!" "remove-hook"))))
:config
(add-to-list 'rotate-text-words '("true" "false")))
(use-package smart-forward :commands (smart-up smart-down smart-left smart-right)) (use-package smart-forward :commands (smart-up smart-down smart-left smart-right))