Files
doomemacs/modules/completion/ivy/packages.el
Henrik Lissner e916a4d6fe Remove ivy-prescient
Doesn't bring enough to the table, slows down fuzzy searches too much,
and alters the way ivy highlights.
2018-08-04 02:42:32 +02:00

15 lines
291 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; completion/ivy/packages.el
(package! amx)
(package! ivy)
(package! counsel)
(package! counsel-projectile)
(package! swiper)
(package! ivy-hydra)
(package! ivy-rich)
(package! wgrep)
(when (and EMACS26+ (featurep! +childframe))
(package! ivy-posframe))