mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(ivy): remove hard dependency on flx
Ivy tries to load flx to determine if fuzzy capabilities should be enabled by default, causing #5681. Let's not do that. Fix: #5681 Close: #5690
This commit is contained in:
@ -368,6 +368,7 @@ results buffer.")
|
||||
:when (featurep! +fuzzy)
|
||||
:unless (featurep! +prescient)
|
||||
:defer t ; is loaded by ivy
|
||||
:preface (setq ivy--flx-featurep (featurep! +fuzzy))
|
||||
:init (setq ivy-flx-limit 10000))
|
||||
|
||||
(use-package! ivy-avy
|
||||
|
Reference in New Issue
Block a user