DarwinAwardWinner/amx@ccfc92c -> DarwinAwardWinner/amx@b991497 DarwinAwardWinner/ido-completing-read-plus@b9ca256 -> DarwinAwardWinner/ido-completing-read-plus@36a8bb9 Yevgnen/ivy-rich@f8a1f5c -> Yevgnen/ivy-rich@7b9b7b2 abo-abo/swiper@d2891aa -> abo-abo/swiper@1deef76 bbatsov/helm-projectile@2f3a2a0 -> bbatsov/helm-projectile@58123f1 company-mode/company-mode@97cfbc3 -> company-mode/company-mode@88001d7 creichert/ido-vertical-mode.el@5a6e170 -> creichert/ido-vertical-mode.el@b1659e9 emacs-helm/helm@75562ee -> emacs-helm/helm@dbdec63 raxod502/prescient.el@42adc80 -> raxod502/prescient.el@9631db7 sebastiencs/company-box@be37a9a -> sebastiencs/company-box@ec8f446 tumashu/ivy-posframe@83047d4 -> tumashu/ivy-posframe@3132719 tumashu/posframe@efd7ea4 -> tumashu/posframe@3454a4c yyoncho/helm-icons@dbc5c41 -> yyoncho/helm-icons@5a668ef
21 lines
1.1 KiB
EmacsLisp
21 lines
1.1 KiB
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/helm/packages.el
|
|
|
|
(package! helm :pin "dbdec633c2816981d7127fe00bcd9778b2c31c51")
|
|
(package! helm-rg :pin "ee0a3c09da0c843715344919400ab0a0190cc9dc")
|
|
(package! helm-c-yasnippet :pin "28699d9a9caa8b4d37fd66368d93b6c65828c235")
|
|
(package! helm-company :pin "6eb5c2d730a60e394e005b47c1db018697094dde")
|
|
(package! helm-describe-modes
|
|
:recipe (:host github :repo "emacs-helm/helm-describe-modes")
|
|
:pin "11fb36af119b784539d31c6160002de1957408aa")
|
|
(package! helm-projectile :pin "58123f14c392021714fc5d23b9f95c7f95ce07f1")
|
|
(package! swiper-helm :pin "93fb6db87bc6a5967898b5fd3286954cc72a0008")
|
|
(when (featurep! +fuzzy)
|
|
(package! helm-flx :pin "6640fac5cb16bee73c95b8ed1248a4e5e113690e"))
|
|
(when (featurep! +childframe)
|
|
(package! posframe :pin "3454a4cb9d218c38f9c5b88798dfb2f7f85ad936"))
|
|
(when (featurep! :lang org)
|
|
(package! helm-org :pin "b7a18dfc17e8b933956d61d68c435eee03a96c24"))
|
|
(when (featurep! +icons)
|
|
(package! helm-icons :pin "5a668ef21ba02bf1fce2db18950858c769bf5d05"))
|
|
(package! helm-descbinds :pin "b72515982396b6e336ad7beb6767e95a80fca192")
|