abo-abo/swiper@1c6b3da377 -> abo-abo/swiper@c97ea72285 company-mode/company-mode@8b58e5895c -> company-mode/company-mode@073aef72dd emacs-helm/helm@a246a9b278 -> emacs-helm/helm@5b17313011 ericdanan/counsel-projectile@e30150792a -> ericdanan/counsel-projectile@40d1e1d4bb minad/consult@2106eee75f -> minad/consult@473e6585c5 minad/marginalia@e9540a7b80 -> minad/marginalia@e63d27e6fb minad/vertico@509ca602c7 -> minad/vertico@a92b1e47ff oantolin/embark@56e28c23d5 -> oantolin/embark@06d5caafd5 oantolin/orderless@ce462a63e3 -> oantolin/orderless@f2c78c4a60 raxod502/prescient.el@292ac9fe35 -> raxod502/prescient.el@c5295a9eec tumashu/ivy-posframe@5d9420252c -> tumashu/ivy-posframe@533a8e368f tumashu/posframe@3b1dc400d2 -> tumashu/posframe@c91d4d53fa
7 lines
310 B
EmacsLisp
7 lines
310 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/company/packages.el
|
|
|
|
(package! company :pin "073aef72ddf93f897a856c246c58dcdfe003674e")
|
|
(package! company-dict :pin "cd7b8394f6014c57897f65d335d6b2bd65dab1f4")
|
|
(when (featurep! +childframe)
|
|
(package! company-box :pin "f9cbbc7df8efbb56a8d31a5b422d158660d9109e"))
|