feat(rotate-text): add enable & disable
This commit is contained in:
parent
e6a4effdf6
commit
f794e8b58a
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(with-eval-after-load 'rotate-text
|
(with-eval-after-load 'rotate-text
|
||||||
(add-to-list 'rotate-text-words '("true" "false")))
|
(pushnew! rotate-text-words
|
||||||
|
'("true" "false")
|
||||||
|
'("enable" "disable")))
|
||||||
|
|
||||||
;;;###autodef
|
;;;###autodef
|
||||||
(cl-defun set-rotate-patterns! (modes &key symbols words patterns)
|
(cl-defun set-rotate-patterns! (modes &key symbols words patterns)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue