bin/doom: fix wrong-type-argument hash-table-p errors #2227
We can't be consulting the active doom state before it has be initialized.
This commit is contained in:
parent
b144a3862a
commit
59152248e6
1 changed files with 2 additions and 2 deletions
|
@ -216,9 +216,9 @@ selection of all minor-modes, active or not."
|
|||
(defun doom/help-search (&optional initial-input)
|
||||
"Preform a text search on all of Doom's documentation."
|
||||
(interactive)
|
||||
(funcall (cond ((featurep! :completion ivy)
|
||||
(funcall (cond ((fboundp '+ivy-file-search)
|
||||
#'+ivy-file-search)
|
||||
((featurep! :completion helm)
|
||||
((fboundp '+helm-file-search)
|
||||
#'+helm-file-search)
|
||||
((rgrep
|
||||
(read-regexp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue