abo-abo/swiper@6a8e5611f3 -> abo-abo/swiper@1c6b3da377 company-mode/company-mode@4c08ef4686 -> company-mode/company-mode@8b58e5895c emacs-helm/helm@4fcb36f1b9 -> emacs-helm/helm@a246a9b278 ericdanan/counsel-projectile@06b03c1080 -> ericdanan/counsel-projectile@e30150792a lewang/flx@647cb2f92f -> lewang/flx@e3b3f0533e lewang/flx@647cb2f92f -> lewang/flx@e3b3f0533e minad/consult@85008702de -> minad/consult@cc8eff9578 oantolin/embark@725794f013 -> oantolin/embark@e08899ef2e raxod502/prescient.el@027c2137a8 -> raxod502/prescient.el@292ac9fe35 sebastiencs/company-box@156f65cfbf -> sebastiencs/company-box@f9cbbc7df8 tumashu/ivy-posframe@9c83828233 -> tumashu/ivy-posframe@5d9420252c tumashu/posframe@f97c4aff2c -> tumashu/posframe@3b1dc400d2 Fix: tumashu/ivy-posframe#114 Close: #5869
21 lines
1.1 KiB
EmacsLisp
21 lines
1.1 KiB
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/helm/packages.el
|
|
|
|
(package! helm :pin "a246a9b278fb973d38d13ade7417f55e0a57eae4")
|
|
(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 "3b1dc400d286b0a4bd42e518bf3e7eedb49fd1e6"))
|
|
(when (featurep! :lang org)
|
|
(package! helm-org :pin "d67186d3a64e610c03a5f3d583488f018fb032e4"))
|
|
(when (featurep! +icons)
|
|
(package! helm-icons :pin "8d2f5e705c8b78a390677cf242024739c932fc95"))
|
|
(package! helm-descbinds :pin "b72515982396b6e336ad7beb6767e95a80fca192")
|