DarwinAwardWinner/ido-completing-read-plus@49e7967ea8 -> DarwinAwardWinner/ido-completing-read-plus@5995b4605b company-mode/company-mode@ed46a616ab -> company-mode/company-mode@02903bd708 emacs-helm/helm@96aad023cb -> emacs-helm/helm@f34ea6b702 lewang/flx@7b44a5abb2 -> lewang/flx@4b1346eb9a mhayashi1120/Emacs-wgrep@3132abd375 -> mhayashi1120/Emacs-wgrep@208b9d01cf minad/consult@e4d3712356 -> minad/consult@9463146ba7 minad/vertico@cf8b2abf52 -> minad/vertico@4a7da56b02 oantolin/embark@33c392cf3c -> oantolin/embark@60139db879 radian-software/prescient.el@707c25c947 -> radian-software/prescient.el@4b875be52e tumashu/vertico-posframe@bc0e67cbbb -> tumashu/vertico-posframe@2e0e09e5bb
26 lines
1.1 KiB
EmacsLisp
26 lines
1.1 KiB
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/vertico/packages.el
|
|
|
|
(package! vertico :pin "4a7da56b02c6aefff8f6b4574a530a7cb54bc21a")
|
|
|
|
(package! orderless :pin "b24748093b00b37c3a572c4909f61c08fa27504f")
|
|
|
|
(package! consult :pin "9463146ba754103db9475ae56e46561366ba4773")
|
|
(package! consult-dir :pin "3f5f4b71ebe819392cb090cda71bd39a93bd830a")
|
|
(when (and (modulep! :checkers syntax)
|
|
(not (modulep! :checkers syntax +flymake)))
|
|
(package! consult-flycheck :pin "d83f87581af74f7a2739d8b1b90c37da5ae3d310"))
|
|
(package! embark :pin "60139db8794f7e4a08076d9f7597d08f6c8083d1")
|
|
(package! embark-consult :pin "60139db8794f7e4a08076d9f7597d08f6c8083d1")
|
|
|
|
(package! marginalia :pin "ea356ebb1ddb8d6da78574b517155475cf52d46f")
|
|
|
|
(package! wgrep :pin "208b9d01cfffa71037527e3a324684b3ce45ddc4")
|
|
|
|
(when (modulep! +icons)
|
|
(package! nerd-icons-completion :pin "c2db8557a3c1a9588d111f8c8e91cae96ee85010"))
|
|
|
|
(when (modulep! +childframe)
|
|
(package! vertico-posframe
|
|
:recipe (:host github :repo "tumashu/vertico-posframe")
|
|
:pin "2e0e09e5bbd6ec576ddbe566ab122575ef051fab"))
|