DarwinAwardWinner/ido-completing-read-plus@36a8bb9 -> DarwinAwardWinner/ido-completing-read-plus@0067472 Yevgnen/ivy-rich@7b9b7b2 -> Yevgnen/ivy-rich@600b818 abo-abo/swiper@bb7965a -> abo-abo/swiper@a5eade0 company-mode/company-mode@7207cb1 -> company-mode/company-mode@ee3177c emacs-helm/helm@98af298 -> emacs-helm/helm@a7bd522 emacs-jp/helm-c-yasnippet@28699d9 -> emacs-jp/helm-c-yasnippet@e214eec raxod502/prescient.el@8573df9 -> raxod502/prescient.el@4a0f540 sebastiencs/company-box@ec8f446 -> sebastiencs/company-box@aa5f09a tumashu/ivy-posframe@3132719 -> tumashu/ivy-posframe@084cc59 tumashu/posframe@fff21cc -> tumashu/posframe@739d8fd yyoncho/helm-icons@e4a2cd1 -> yyoncho/helm-icons@8d2f5e7
21 lines
1.1 KiB
EmacsLisp
21 lines
1.1 KiB
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/helm/packages.el
|
|
|
|
(package! helm :pin "a7bd522073e4c959ae88ff9eeb2191528242705e")
|
|
(package! helm-rg :pin "ee0a3c09da0c843715344919400ab0a0190cc9dc")
|
|
(package! helm-c-yasnippet :pin "e214eec8b2875d8a7cd09006dfb6a8e15e9e4079")
|
|
(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 "739d8fd1081bdd0d20dee9e437d64df58747b871"))
|
|
(when (featurep! :lang org)
|
|
(package! helm-org :pin "d67186d3a64e610c03a5f3d583488f018fb032e4"))
|
|
(when (featurep! +icons)
|
|
(package! helm-icons :pin "8d2f5e705c8b78a390677cf242024739c932fc95"))
|
|
(package! helm-descbinds :pin "b72515982396b6e336ad7beb6767e95a80fca192")
|