doom/describe-modules: no initial input, instead set default
This commit is contained in:
parent
f2eedb44dc
commit
e3e0cb7e68
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue