Yevgnen/ivy-rich@0f22aff -> Yevgnen/ivy-rich@596874d abo-abo/swiper@5f1d9ce -> abo-abo/swiper@64f05f4 company-mode/company-mode@9de9905 -> company-mode/company-mode@61ddd9a emacs-helm/helm-org@8457e1e) -> emacs-helm/helm-org@b7a18df emacs-helm/helm@21e778b -> emacs-helm/helm@0181b7e raxod502/prescient.el@7fd8c3b -> raxod502/prescient.el@a194852 tumashu/posframe@8a9af54) -> tumashu/posframe@c15800a
18 lines
630 B
EmacsLisp
18 lines
630 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/helm/packages.el
|
|
|
|
(package! helm :pin "0181b7ef46")
|
|
(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 "c15800a838"))
|
|
(when (featurep! :lang org)
|
|
(package! helm-org :pin "b7a18dfc17"))
|