abo-abo/swiper@9bb6841 -> abo-abo/swiper@b65e401 company-mode/company-mode@4462e7d -> company-mode/company-mode@8c22b58 emacs-helm/helm@d2fbf66 -> emacs-helm/helm@19d2ba9 lewang/flx@17f5c9c -> lewang/flx@05600ff raxod502/prescient.el@cc289ba -> raxod502/prescient.el@0c5d611 sebastiencs/company-box@d8f71fd -> sebastiencs/company-box@be37a9a tumashu/ivy-posframe@4474956 -> tumashu/ivy-posframe@1e602a7 tumashu/posframe@7b92a54 -> tumashu/posframe@5696463 Fix #4013 due to company-mode/company-mode#1020
19 lines
1,004 B
EmacsLisp
19 lines
1,004 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/helm/packages.el
|
|
|
|
(package! helm :pin "19d2ba9d36615f1dea6be6cd6dcf5792dfefc45b")
|
|
(package! helm-rg :pin "ee0a3c09da0c843715344919400ab0a0190cc9dc")
|
|
(package! helm-c-yasnippet :pin "89cc8561e7e57e9d1070ee3641df019c7f49c5dd")
|
|
(package! helm-company :pin "6eb5c2d730a60e394e005b47c1db018697094dde")
|
|
(package! helm-describe-modes
|
|
:recipe (:host github :repo "emacs-helm/helm-describe-modes")
|
|
:pin "11fb36af119b784539d31c6160002de1957408aa")
|
|
(package! helm-projectile :pin "2f3a2a03d6cb9419c25b432637aa11c8d2f9f3b7")
|
|
(package! swiper-helm :pin "93fb6db87bc6a5967898b5fd3286954cc72a0008")
|
|
(when (featurep! +fuzzy)
|
|
(package! helm-flx :pin "6640fac5cb16bee73c95b8ed1248a4e5e113690e"))
|
|
(when (featurep! +childframe)
|
|
(package! posframe :pin "5696463afe2b0bc7b9c2705663daf9afc7ef18ad"))
|
|
(when (featurep! :lang org)
|
|
(package! helm-org :pin "b7a18dfc17e8b933956d61d68c435eee03a96c24"))
|
|
(package! helm-descbinds :pin "b72515982396b6e336ad7beb6767e95a80fca192")
|