mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat(rotate-text): add enable & disable
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
|
||||
;;;###autoload
|
||||
(with-eval-after-load 'rotate-text
|
||||
(add-to-list 'rotate-text-words '("true" "false")))
|
||||
(pushnew! rotate-text-words
|
||||
'("true" "false")
|
||||
'("enable" "disable")))
|
||||
|
||||
;;;###autodef
|
||||
(cl-defun set-rotate-patterns! (modes &key symbols words patterns)
|
||||
|
Reference in New Issue
Block a user