From a3503394c4fb0f482200d50f42a0650ee4fb767b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 20 Feb 2016 15:32:33 -0500 Subject: [PATCH] Add 'true'/'false' to rotate-text-words --- core/core-editor.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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))