mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bump: :completion
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
This commit is contained in:
@ -305,7 +305,7 @@
|
||||
:desc "Switch buffer" "<" #'switch-to-buffer)
|
||||
:desc "Switch to last buffer" "`" #'evil-switch-to-windows-last-buffer
|
||||
:desc "Resume last search" "'"
|
||||
(cond ((featurep! :completion vertico) #'vertico-repeat)
|
||||
(cond ((featurep! :completion vertico) #'+vertico/resume)
|
||||
((featurep! :completion ivy) #'ivy-resume)
|
||||
((featurep! :completion helm) #'helm-resume))
|
||||
|
||||
|
Reference in New Issue
Block a user