DarwinAwardWinner/ido-completing-read-plus@49e7967ea8 -> DarwinAwardWinner/ido-completing-read-plus@5995b4605b company-mode/company-mode@ed46a616ab -> company-mode/company-mode@02903bd708 emacs-helm/helm@96aad023cb -> emacs-helm/helm@f34ea6b702 lewang/flx@7b44a5abb2 -> lewang/flx@4b1346eb9a mhayashi1120/Emacs-wgrep@3132abd375 -> mhayashi1120/Emacs-wgrep@208b9d01cf minad/consult@e4d3712356 -> minad/consult@9463146ba7 minad/vertico@cf8b2abf52 -> minad/vertico@4a7da56b02 oantolin/embark@33c392cf3c -> oantolin/embark@60139db879 radian-software/prescient.el@707c25c947 -> radian-software/prescient.el@4b875be52e tumashu/vertico-posframe@bc0e67cbbb -> tumashu/vertico-posframe@2e0e09e5bb
20 lines
1 KiB
EmacsLisp
20 lines
1 KiB
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/helm/packages.el
|
|
|
|
(package! helm :pin "f34ea6b702648e5c7535a704bdb6c4d7afb4b3b8")
|
|
(package! helm-company :pin "4622b82353220ee6cc33468f710fa5b6b253b7f1")
|
|
(package! helm-c-yasnippet :pin "c5880e740da101fde7a995e94a7b16c330e57583")
|
|
(package! helm-descbinds :pin "b72515982396b6e336ad7beb6767e95a80fca192")
|
|
(package! helm-describe-modes :pin "11fb36af119b784539d31c6160002de1957408aa")
|
|
(package! helm-projectile :pin "e2e38825c975269a4971df25e79b2ae98929624e")
|
|
(package! helm-rg :pin "ee0a3c09da0c843715344919400ab0a0190cc9dc")
|
|
(package! swiper-helm :pin "93fb6db87bc6a5967898b5fd3286954cc72a0008")
|
|
|
|
(when (modulep! +childframe)
|
|
(package! helm-posframe :pin "0b6bb016f0ff4980860a9d00574de311748c40b0"))
|
|
(when (modulep! +fuzzy)
|
|
(package! helm-flx :pin "5220099e695a3586dba2d59640217fe378e66310"))
|
|
(when (modulep! +icons)
|
|
(package! helm-icons :pin "0d113719ee72cb7b6bb7db29f7200d667bd86607"))
|
|
(when (modulep! :lang org)
|
|
(package! helm-org :pin "c80e53315ce6b096e2d0e630702df924bf00bf6a"))
|