mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix void-function +ivy-prescient-non-fuzzy in daemon
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user