bump: :completion company helm ivy
Sodel-the-Vociferous/helm-company@6eb5c2d730 -> Sodel-the-Vociferous/helm-company@4622b82353 abo-abo/swiper@9d630d800e -> abo-abo/swiper@8c30f4cab5 bbatsov/helm-projectile@35a2111d00 -> bbatsov/helm-projectile@e2e38825c9 company-mode/company-mode@9b21604d19 -> company-mode/company-mode@ed46a616ab emacs-helm/helm-org@d67186d3a6 -> emacs-helm/helm-org@c80e53315c emacs-helm/helm@dfd6403947 -> emacs-helm/helm@96aad023cb emacs-jp/helm-c-yasnippet@e214eec8b2 -> emacs-jp/helm-c-yasnippet@c5880e740d radian-software/prescient.el@d7cc55dad4 -> radian-software/prescient.el@707c25c947 tumashu/helm-posframe@87461b52b6 -> tumashu/helm-posframe@0b6bb016f0 yyoncho/helm-icons@53349000b1 -> yyoncho/helm-icons@0d113719ee
This commit is contained in:
parent
88c59129ec
commit
fde4289f5c
3 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; completion/company/packages.el
|
;;; completion/company/packages.el
|
||||||
|
|
||||||
(package! company :pin "9b21604d19696de2c79ee28931620839b3a908b4")
|
(package! company :pin "ed46a616ab9906fd43a630479b6a6c3f79e606f0")
|
||||||
(package! company-dict :pin "cd7b8394f6014c57897f65d335d6b2bd65dab1f4")
|
(package! company-dict :pin "cd7b8394f6014c57897f65d335d6b2bd65dab1f4")
|
||||||
(when (modulep! +childframe)
|
(when (modulep! +childframe)
|
||||||
(package! company-box :pin "b6f53e26adf948aca55c3ff6c22c21a6a6614253"))
|
(package! company-box :pin "b6f53e26adf948aca55c3ff6c22c21a6a6614253"))
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; completion/helm/packages.el
|
;;; completion/helm/packages.el
|
||||||
|
|
||||||
(package! helm :pin "dfd6403947c5cd9f32afcd6bc92a1756cc958c82")
|
(package! helm :pin "96aad023cb12e995e92763195086ccee3aa5a141")
|
||||||
(package! helm-company :pin "6eb5c2d730a60e394e005b47c1db018697094dde")
|
(package! helm-company :pin "4622b82353220ee6cc33468f710fa5b6b253b7f1")
|
||||||
(package! helm-c-yasnippet :pin "e214eec8b2875d8a7cd09006dfb6a8e15e9e4079")
|
(package! helm-c-yasnippet :pin "c5880e740da101fde7a995e94a7b16c330e57583")
|
||||||
(package! helm-descbinds :pin "b72515982396b6e336ad7beb6767e95a80fca192")
|
(package! helm-descbinds :pin "b72515982396b6e336ad7beb6767e95a80fca192")
|
||||||
(package! helm-describe-modes :pin "11fb36af119b784539d31c6160002de1957408aa")
|
(package! helm-describe-modes :pin "11fb36af119b784539d31c6160002de1957408aa")
|
||||||
(package! helm-projectile :pin "35a2111d00c0c0c9d8743280d3f1243bb217118a")
|
(package! helm-projectile :pin "e2e38825c975269a4971df25e79b2ae98929624e")
|
||||||
(package! helm-rg :pin "ee0a3c09da0c843715344919400ab0a0190cc9dc")
|
(package! helm-rg :pin "ee0a3c09da0c843715344919400ab0a0190cc9dc")
|
||||||
(package! swiper-helm :pin "93fb6db87bc6a5967898b5fd3286954cc72a0008")
|
(package! swiper-helm :pin "93fb6db87bc6a5967898b5fd3286954cc72a0008")
|
||||||
|
|
||||||
(when (modulep! +childframe)
|
(when (modulep! +childframe)
|
||||||
(package! helm-posframe :pin "87461b52b6f3f378c63642a33f584d4a4ba28351"))
|
(package! helm-posframe :pin "0b6bb016f0ff4980860a9d00574de311748c40b0"))
|
||||||
(when (modulep! +fuzzy)
|
(when (modulep! +fuzzy)
|
||||||
(package! helm-flx :pin "5220099e695a3586dba2d59640217fe378e66310"))
|
(package! helm-flx :pin "5220099e695a3586dba2d59640217fe378e66310"))
|
||||||
(when (modulep! +icons)
|
(when (modulep! +icons)
|
||||||
(package! helm-icons :pin "53349000b114b2dfc874252de6605e3bafa435e2"))
|
(package! helm-icons :pin "0d113719ee72cb7b6bb7db29f7200d667bd86607"))
|
||||||
(when (modulep! :lang org)
|
(when (modulep! :lang org)
|
||||||
(package! helm-org :pin "d67186d3a64e610c03a5f3d583488f018fb032e4"))
|
(package! helm-org :pin "c80e53315ce6b096e2d0e630702df924bf00bf6a"))
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; completion/ivy/packages.el
|
;;; completion/ivy/packages.el
|
||||||
|
|
||||||
(package! swiper :pin "9d630d800e856a2c984c5a62a6f0ad313a9d2228")
|
(package! swiper :pin "8c30f4cab5948aa8d942a3b2bbf5fb6a94d9441d")
|
||||||
(package! ivy)
|
(package! ivy)
|
||||||
(package! ivy-hydra)
|
(package! ivy-hydra)
|
||||||
(package! ivy-avy)
|
(package! ivy-avy)
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
(package! wgrep :pin "3132abd3750b8c87cbcf6942db952acfab5edccd")
|
(package! wgrep :pin "3132abd3750b8c87cbcf6942db952acfab5edccd")
|
||||||
|
|
||||||
(if (modulep! +prescient)
|
(if (modulep! +prescient)
|
||||||
(package! ivy-prescient :pin "d7cc55dad453c465af9ececbab94426202b5b32b")
|
(package! ivy-prescient :pin "707c25c947a9f17a1d43f97b3b28aba91ec9addb")
|
||||||
(when (modulep! +fuzzy)
|
(when (modulep! +fuzzy)
|
||||||
(package! flx :pin "7b44a5abb254bbfbeca7a29336f7f4ebd8aabbf2")))
|
(package! flx :pin "7b44a5abb254bbfbeca7a29336f7f4ebd8aabbf2")))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue