From 59152248e646a0e81dbb08f1094b0823e4974274 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 23 Dec 2019 14:18:40 -0500 Subject: [PATCH] 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. --- core/autoload/help.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/autoload/help.el b/core/autoload/help.el index c3458376c..706f9406e 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -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