mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-07 14:21:47 -08:00
abo-abo/swiper@ec9421340c -> abo-abo/swiper@ee79f68215 company-mode/company-mode@4ff89f7369 -> company-mode/company-mode@fad9f207e0 emacs-helm/helm@cbbaff3c5a -> emacs-helm/helm@9d8de1e081 minad/cape@f8682a046a -> minad/cape@2b2a5c5bef minad/consult-flycheck@e3fca5fadf -> minad/consult-flycheck@9fe96c4b75 minad/consult@4ca98db03d -> minad/consult@d1d39d5215 minad/corfu@c9ce729635 -> minad/corfu@abfe0003d7 minad/marginalia@fc0cee1151 -> minad/marginalia@0d08fbea0f minad/vertico@a736595843 -> minad/vertico@93f15873d7 oantolin/orderless@fb338f771f -> oantolin/orderless@3a2a32181f tumashu/ivy-posframe@660c773f55 -> tumashu/ivy-posframe@ede7b2121f tumashu/vertico-posframe@d89a70743c -> tumashu/vertico-posframe@d6e06a4f1b Close: #8683 Co-authored-by: gagbo <gagbo@users.noreply.github.com>
20 lines
1 KiB
EmacsLisp
20 lines
1 KiB
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/helm/packages.el
|
|
|
|
(package! helm :pin "9d8de1e0810ef5a5e1f3a46c9461b78b9e86167b")
|
|
(package! helm-company :pin "4622b82353220ee6cc33468f710fa5b6b253b7f1")
|
|
(package! helm-c-yasnippet :pin "c5880e740da101fde7a995e94a7b16c330e57583")
|
|
(package! helm-descbinds :pin "0aff44badad976ebf2666a7e9b6ddf4db53e59e5")
|
|
(package! helm-describe-modes :pin "11fb36af119b784539d31c6160002de1957408aa")
|
|
(package! helm-projectile :pin "0ffb6b5f09c1d65d721c1111ebfa6cec0ba63234")
|
|
(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 "4744ca7f8b35e17bafce9cb0093deb87a232699d"))
|