completion/ivy: remove flx #774

flx is much too slow with large lists of candidates (i.e.
counsel-projectile-find-file).
This commit is contained in:
Henrik Lissner 2018-08-02 00:29:26 +02:00
parent a18541851e
commit 59bc7653d5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 10 additions and 17 deletions

View file

@ -10,8 +10,5 @@
(package! ivy-rich)
(package! wgrep)
(when (featurep! +fuzzy)
(package! flx))
(when (and EMACS26+ (featurep! +childframe))
(package! ivy-posframe))