PythonNut/helm-flx@27dd9e3ce3 -> PythonNut/helm-flx@5220099e69 abo-abo/swiper@764e0d35ba -> abo-abo/swiper@b8be4913a6 bbatsov/helm-projectile@58123f14c3 -> bbatsov/helm-projectile@35a2111d00 company-mode/company-mode@1005540b1c -> company-mode/company-mode@2ca3e29abf emacs-helm/helm@1003539c2e -> emacs-helm/helm@dfd6403947 lewang/flx@e3b3f0533e -> lewang/flx@7b44a5abb2 lewang/flx@e3b3f0533e -> lewang/flx@7b44a5abb2 mhayashi1120/Emacs-wgrep@f9687c28bb -> mhayashi1120/Emacs-wgrep@edf768732a minad/consult-flycheck@51b1b48e8d -> minad/consult-flycheck@c371996c57 minad/consult@b22a7de62e -> minad/consult@ffaaf6da90 minad/marginalia@6d48ed54be -> minad/marginalia@ccf573e214 minad/vertico@f303790546 -> minad/vertico@6f22ff1298 oantolin/embark@4882b395ce -> oantolin/embark@5497a19eef oantolin/orderless@ae849b3d9f -> oantolin/orderless@d09aab3795 radian-software/prescient.el@c5295a9eec -> radian-software/prescient.el@35cf5d3613 sebastiencs/company-box@f9cbbc7df8 -> sebastiencs/company-box@766546b266 tumashu/posframe@c91d4d53fa -> tumashu/posframe@06b939cfb0 tumashu/vertico-posframe@790f74b49d -> tumashu/vertico-posframe@f57b170b43
21 lines
1.1 KiB
EmacsLisp
21 lines
1.1 KiB
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/helm/packages.el
|
|
|
|
(package! helm :pin "dfd6403947c5cd9f32afcd6bc92a1756cc958c82")
|
|
(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 "35a2111d00c0c0c9d8743280d3f1243bb217118a")
|
|
(package! swiper-helm :pin "93fb6db87bc6a5967898b5fd3286954cc72a0008")
|
|
(when (modulep! +fuzzy)
|
|
(package! helm-flx :pin "5220099e695a3586dba2d59640217fe378e66310"))
|
|
(when (modulep! +childframe)
|
|
(package! posframe :pin "06b939cfb06168782fc378043ff35bd7fec203b8"))
|
|
(when (modulep! :lang org)
|
|
(package! helm-org :pin "d67186d3a64e610c03a5f3d583488f018fb032e4"))
|
|
(when (modulep! +icons)
|
|
(package! helm-icons :pin "8d2f5e705c8b78a390677cf242024739c932fc95"))
|
|
(package! helm-descbinds :pin "b72515982396b6e336ad7beb6767e95a80fca192")
|