Optimize :tools rotate-text
No need for its config.el file!
This commit is contained in:
parent
f653e20407
commit
15921306ce
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
||||||
;;; tools/rotate-text/autoload.el -*- lexical-binding: t; -*-
|
;;; tools/rotate-text/autoload.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(after! rotate-text
|
||||||
|
(add-to-list 'rotate-text-words '("true" "false")))
|
||||||
|
|
||||||
;;;###autodef
|
;;;###autodef
|
||||||
(cl-defun set-rotate-patterns! (modes &key symbols words patterns)
|
(cl-defun set-rotate-patterns! (modes &key symbols words patterns)
|
||||||
"Declare :symbols, :words or :patterns (all lists of strings) that
|
"Declare :symbols, :words or :patterns (all lists of strings) that
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
;;; tools/rotate-text/config.el -*- lexical-binding: t; -*-
|
|
||||||
|
|
||||||
(after! rotate-text
|
|
||||||
(add-to-list 'rotate-text-words '("true" "false")))
|
|
Loading…
Add table
Add a link
Reference in a new issue