Add 'true'/'false' to rotate-text-words
This commit is contained in:
parent
7f2876d754
commit
a3503394c4
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue