completion/ivy: add +icons flag

This replaces +ivy-buffer-icons.

Renders #1362 unnecessary.
This commit is contained in:
Henrik Lissner 2019-04-25 22:18:17 -04:00
parent 7c72f6f698
commit 1911f44e66
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 57 additions and 45 deletions

View file

@ -15,3 +15,6 @@
(when (and EMACS26+ (featurep! +childframe))
(package! ivy-posframe))
(when (featurep! +icons)
(package! all-the-icons-ivy))