bump: :completion vertico
minad/consult@39f41edda6 -> minad/consult@57dc1adfdc minad/marginalia@09d8ab38a5 -> minad/marginalia@678b6528f3 minad/vertico@0df38cf1d7 -> minad/vertico@75f33e3620 oantolin/embark@d09fff2da7 -> oantolin/embark@5b34b2b603 Update vertico-repeat configuration due to upstream changes.
This commit is contained in:
parent
5b630e1723
commit
a310fb4a77
2 changed files with 6 additions and 5 deletions
|
@ -28,6 +28,7 @@ overrides `completion-styles' during company completion sessions.")
|
|||
;; Cleans up path when moving directories with shadowed paths syntax, e.g.
|
||||
;; cleans ~/foo/bar/// to /, and ~/foo/bar/~/ to ~/.
|
||||
(add-hook 'rfn-eshadow-update-overlay-hook #'vertico-directory-tidy)
|
||||
(add-hook 'minibuffer-setup-hook #'vertico-repeat-save)
|
||||
(map! :map vertico-map [backspace] #'vertico-directory-delete-char))
|
||||
|
||||
|
||||
|
|
|
@ -4,19 +4,19 @@
|
|||
(package! vertico
|
||||
:recipe (:host github :repo "minad/vertico"
|
||||
:files ("*.el" "extensions/*.el"))
|
||||
:pin "cd3c400aac2f5435080dc55d13c03c8886241365")
|
||||
:pin "75f33e36204f8a72d0b8cde81e04d3350a848981")
|
||||
|
||||
(package! orderless :pin "62f71c34baca0b7d0adeab4a1c07d85ffcee80d9")
|
||||
|
||||
(package! consult :pin "166e3b03c3de4f88bbfdeef7f52efac27642e2d3")
|
||||
(package! consult :pin "57dc1adfdc0feafc71c6f418ff7aa1adbe47a5fd")
|
||||
(package! consult-dir :pin "08f543ae6acbfc1ffe579ba1d00a5414012d5c0b")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! consult-flycheck :pin "92b259e6a8ebe6439f67d3d7ffa44b7e64b76478"))
|
||||
|
||||
(package! embark :pin "8a0b80c6e6ecdf6bb0df7dc496fe4d03197def65")
|
||||
(package! embark-consult :pin "8a0b80c6e6ecdf6bb0df7dc496fe4d03197def65")
|
||||
(package! embark :pin "5b34b2b60370cea5ad9da5931856667a6fae0501")
|
||||
(package! embark-consult :pin "5b34b2b60370cea5ad9da5931856667a6fae0501")
|
||||
|
||||
(package! marginalia :pin "fbd2f378f532b6d34d95d84b43edabd00e99a472")
|
||||
(package! marginalia :pin "678b6528f3905e624b01daf787461d8c7e06ec0f")
|
||||
|
||||
(package! wgrep :pin "f9687c28bbc2e84f87a479b6ce04407bb97cfb23")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue