bump: :completion vertico
iyefrat/all-the-icons-completion@d1d4b2f0df -> iyefrat/all-the-icons-completion@9650041854 minad/consult@69bbd213dc -> minad/consult@105a1ac501 minad/marginalia@1123544536 -> minad/marginalia@c6ca58bea8 minad/vertico@9de6709cdd -> minad/vertico@81a4b35f8d oantolin/embark@1a7e6b5561 -> oantolin/embark@19145d5a33 oantolin/orderless@1e84120a28 -> oantolin/orderless@1a7011ac9c - Adapt consult async commands to new consult-x-args format instead of consult-x-command. - Change regepx in +vertico-file-search to emacs instead of pcre, because consult switched to using only emacs regexps - Move to new embark-indicators variable, and replace embark-mixed-indicator with +vertico/embark-which-key-indicator to be compatible with future changes - Adapt Doom's optional usage of fd to new consult command format
This commit is contained in:
parent
c3fc7da5f1
commit
940f66fa89
3 changed files with 48 additions and 29 deletions
|
@ -4,22 +4,22 @@
|
|||
(package! vertico
|
||||
:recipe (:host github :repo "minad/vertico"
|
||||
:files ("*.el" "extensions/*.el"))
|
||||
:pin "9de6709cddc09740d23d24fb425fa3c174d0e956")
|
||||
:pin "81a4b35f8d11dfad56de1727ee9bdd3b4461d07c")
|
||||
|
||||
(package! orderless :pin "1e84120a28525ccb47b602fc19b7afbeffbbe502")
|
||||
(package! orderless :pin "1a7011ac9c476dbb083c5ead88462a5f520ef8aa")
|
||||
|
||||
(package! consult :pin "69bbd213dc8a98abe94a4f5b1920e3d689d31caa")
|
||||
(package! consult :pin "105a1ac50169382368a36ed53d7af908d02ffa07")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! consult-flycheck :pin "92b259e6a8ebe6439f67d3d7ffa44b7e64b76478"))
|
||||
|
||||
(package! embark :pin "1a7e6b556142216fa5f9b897bd5eca73968f3c49")
|
||||
(package! embark-consult :pin "1a7e6b556142216fa5f9b897bd5eca73968f3c49")
|
||||
(package! embark :pin "19145d5a3367038f0a9a114b7387c8a896037aec")
|
||||
(package! embark-consult :pin "19145d5a3367038f0a9a114b7387c8a896037aec")
|
||||
|
||||
(package! marginalia :pin "11235445365c6ab119acabe91828e9182097ece7")
|
||||
(package! marginalia :pin "c6ca58bea819c3b5e4b3295ad693c5cd0ae5db31")
|
||||
|
||||
(package! wgrep :pin "f9687c28bbc2e84f87a479b6ce04407bb97cfb23")
|
||||
|
||||
(when (featurep! +icons)
|
||||
(package! all-the-icons-completion
|
||||
:recipe (:host github :repo "iyefrat/all-the-icons-completion")
|
||||
:pin "d1d4b2f0dfbfa94d33fe50e8089c06601adfe674"))
|
||||
:pin "96500418541b7376cd0b3e4583b9509c0dd92b27"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue