completion/ivy: add ivy-prescient #774

Better fuzzy support versus flx; hopefully faster. Also brings frecency
sorting to ivy commands.
This commit is contained in:
Henrik Lissner 2018-08-02 01:51:50 +02:00
parent 59bc7653d5
commit baf400b736
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 14 additions and 0 deletions

View file

@ -9,6 +9,7 @@
(package! ivy-hydra)
(package! ivy-rich)
(package! wgrep)
(package! ivy-prescient)
(when (and EMACS26+ (featurep! +childframe))
(package! ivy-posframe))