diff --git a/core/core-editor.el b/core/core-editor.el index 1acbf7c6c..8833e9234 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -162,7 +162,9 @@ enable multiple minor modes for the same regexp.") ("let" "let*") ("when" "unless") ("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))