mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General, minor refactor & revision
Across the board. All the boards.
This commit is contained in:
@ -80,7 +80,7 @@
|
||||
(sym (symbol-at-point))
|
||||
(setting
|
||||
(completing-read
|
||||
"Describe setting: "
|
||||
"Describe setter: "
|
||||
;; TODO Could be cleaner (refactor me!)
|
||||
(cl-loop with maxwidth = (apply #'max (mapcar #'length (mapcar #'symbol-name settings)))
|
||||
for def in (sort settings #'string-lessp)
|
||||
|
Reference in New Issue
Block a user