mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General refactor & cleanup
This commit is contained in:
@ -36,6 +36,7 @@
|
||||
|
||||
|
||||
;; Is built into Emacs 26+
|
||||
;; TODO don't add password-store to auth-sources?
|
||||
(if (require 'auth-store-pass nil t)
|
||||
(auth-source-pass-enable)
|
||||
(def-package! auth-password-store
|
||||
|
@ -7,7 +7,8 @@
|
||||
|
||||
|
||||
(def-setting! :rotate (modes &rest plist)
|
||||
"Declare :symbols, :words or :patterns that `rotate-text' will cycle through."
|
||||
"Declare :symbols, :words or :patterns (all lists of strings) that
|
||||
`rotate-text' will cycle through."
|
||||
(declare (indent 1))
|
||||
(let* ((modes (doom-enlist (doom-unquote modes)))
|
||||
(fn-name (intern (format "doom--rotate-%s" (mapconcat #'symbol-name modes "-")))))
|
||||
|
Reference in New Issue
Block a user