mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -05:00
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:
@@ -216,9 +216,9 @@ selection of all minor-modes, active or not."
|
|||||||
(defun doom/help-search (&optional initial-input)
|
(defun doom/help-search (&optional initial-input)
|
||||||
"Preform a text search on all of Doom's documentation."
|
"Preform a text search on all of Doom's documentation."
|
||||||
(interactive)
|
(interactive)
|
||||||
(funcall (cond ((featurep! :completion ivy)
|
(funcall (cond ((fboundp '+ivy-file-search)
|
||||||
#'+ivy-file-search)
|
#'+ivy-file-search)
|
||||||
((featurep! :completion helm)
|
((fboundp '+helm-file-search)
|
||||||
#'+helm-file-search)
|
#'+helm-file-search)
|
||||||
((rgrep
|
((rgrep
|
||||||
(read-regexp
|
(read-regexp
|
||||||
|
Reference in New Issue
Block a user