Fix void-function +ivy-prescient-non-fuzzy in daemon

This commit is contained in:
Henrik Lissner 2020-10-16 23:42:59 -04:00
parent b461f76b0d
commit bba035a1a2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -374,6 +374,7 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
:when (featurep! +prescient) :when (featurep! +prescient)
:hook (ivy-mode . ivy-prescient-mode) :hook (ivy-mode . ivy-prescient-mode)
:hook (ivy-prescient-mode . prescient-persist-mode) :hook (ivy-prescient-mode . prescient-persist-mode)
:commands +ivy-prescient-non-fuzzy
:init :init
(setq prescient-filter-method (setq prescient-filter-method
(if (featurep! +fuzzy) (if (featurep! +fuzzy)