DarwinAwardWinner/ido-completing-read-plus@74861ea -> DarwinAwardWinner/ido-completing-read-plus@98d3a6e emacs-helm/helm@0181b7e -> emacs-helm/helm@d978f20 raxod502/prescient.el@a194852 -> raxod502/prescient.el@5330773 raxod502/prescient.el@a194852 -> raxod502/prescient.el@5330773 tumashu/ivy-posframe@6d697ff -> tumashu/ivy-posframe@ae9bafe tumashu/posframe@c15800a -> tumashu/posframe@e62e584 Possibly fixes #2540
23 lines
602 B
EmacsLisp
23 lines
602 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/ivy/packages.el
|
|
|
|
(package! swiper :pin "64f05f4735")
|
|
(package! ivy)
|
|
(package! ivy-hydra)
|
|
(package! counsel)
|
|
|
|
(package! amx :pin "e512e74e83")
|
|
(package! counsel-projectile :pin "b556ed8995")
|
|
(package! ivy-rich :pin "596874d146")
|
|
(package! wgrep :pin "5977b8e000")
|
|
|
|
(if (featurep! +prescient)
|
|
(package! ivy-prescient :pin "53307731f3")
|
|
(when (featurep! +fuzzy)
|
|
(package! flx :pin "17f5c9cb2a")))
|
|
|
|
(when (featurep! +childframe)
|
|
(package! ivy-posframe :pin "ae9bafe94f"))
|
|
|
|
(when (featurep! +icons)
|
|
(package! all-the-icons-ivy :pin "a70cbfa1ef"))
|