mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
doom/describe-modules: no initial input, instead set default
This commit is contained in:
@ -92,7 +92,7 @@ in, or d) the module associated with the current major mode (see
|
||||
(list (completing-read "Describe module: "
|
||||
(cl-loop for (module . sub) in (reverse (hash-table-keys doom-modules))
|
||||
collect (format "%s %s" module sub))
|
||||
nil t module))))
|
||||
nil t nil nil module))))
|
||||
(cl-destructuring-bind (category submodule)
|
||||
(mapcar #'intern (split-string module " "))
|
||||
(unless (doom-module-p category submodule)
|
||||
|
Reference in New Issue
Block a user