bump: :completion
PythonNut/helm-flx@6640fac5cb -> PythonNut/helm-flx@27dd9e3ce3 abo-abo/swiper@c97ea72285 -> abo-abo/swiper@764e0d35ba company-mode/company-mode@073aef72dd -> company-mode/company-mode@1005540b1c emacs-helm/helm@5b17313011 -> emacs-helm/helm@1003539c2e minad/consult-flycheck@0ad7e8ff15 -> minad/consult-flycheck@9b40f136c0 minad/consult@473e6585c5 -> minad/consult@36b8bc7065 minad/marginalia@e63d27e6fb -> minad/marginalia@a514c024ac minad/vertico@a92b1e47ff -> minad/vertico@7ec0f0c076 oantolin/embark@06d5caafd5 -> oantolin/embark@2890e535f5 oantolin/orderless@f2c78c4a60 -> oantolin/orderless@8f64537f55
This commit is contained in:
parent
4538225fc5
commit
7121e993ca
7 changed files with 13 additions and 23 deletions
|
@ -490,7 +490,7 @@
|
|||
"C-S-s" #'swiper-helm
|
||||
"C-S-r" #'helm-resume)
|
||||
(:when (featurep! :completion vertico)
|
||||
"C-S-r" #'vertico-repeat-last)
|
||||
"C-S-r" #'vertico-repeat)
|
||||
|
||||
;;; objed
|
||||
(:when (featurep! :editor objed +manual)
|
||||
|
|
|
@ -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/resume)
|
||||
(cond ((featurep! :completion vertico) #'vertico-repeat)
|
||||
((featurep! :completion ivy) #'ivy-resume)
|
||||
((featurep! :completion helm) #'helm-resume))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue