From bae7ab0d8dbb2ace3fb54692f3525826b69ed60a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 28 Oct 2021 20:33:00 +0200 Subject: [PATCH] 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 --- modules/completion/ivy/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 5a50874c9..294b45986 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -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