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
19 lines
674 B
EmacsLisp
19 lines
674 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/helm/packages.el
|
|
|
|
(package! helm :pin "d978f20f4c")
|
|
(package! helm-rg :pin "785a80fe5c")
|
|
(package! helm-c-yasnippet :pin "65ca732b51")
|
|
(package! helm-company :pin "6eb5c2d730")
|
|
(package! helm-describe-modes
|
|
:recipe (:host github :repo "emacs-helm/helm-describe-modes")
|
|
:pin "11fb36af11")
|
|
(package! helm-projectile :pin "5328b74ddd")
|
|
(package! swiper-helm :pin "93fb6db87b")
|
|
(when (featurep! +fuzzy)
|
|
(package! helm-flx :pin "6640fac5cb"))
|
|
(when (featurep! +childframe)
|
|
(package! posframe :pin "e62e584268"))
|
|
(when (featurep! :lang org)
|
|
(package! helm-org :pin "b7a18dfc17"))
|
|
(package! helm-descbinds :pin "b725159823")
|