Sort settings list in doom/describe-settings
This commit is contained in:
parent
6a07ba8d1f
commit
5ff9849b39
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
(interactive
|
||||
;; TODO try to read setting from whole line
|
||||
(list (completing-read "Describe setting%s: "
|
||||
(mapcar #'car doom-settings)
|
||||
(sort (mapcar #'car doom-settings) #'string-lessp)
|
||||
nil t nil nil)))
|
||||
(let ((fn (cdr (assq (intern setting) doom-settings))))
|
||||
(unless fn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue