fix(default): replace vertico-repeat w/ vertico-repeat-last

vertico-repeat was replaced by vertico-repeat-last.

Amend: 0e802f4653
This commit is contained in:
Joao Azevedo 2022-04-04 23:05:31 +01:00 committed by GitHub
parent 86a8b41e37
commit b42d7afd9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -490,7 +490,7 @@
"C-S-s" #'swiper-helm
"C-S-r" #'helm-resume)
(:when (featurep! :completion vertico)
"C-S-r" #'vertico-repeat)
"C-S-r" #'vertico-repeat-last)
;;; objed
(:when (featurep! :editor objed +manual)