selectrum: add experimental vertico flag

This commit is contained in:
Itai Y. Efrat
2021-06-30 17:36:08 +03:00
parent 78955d8a64
commit d3eff82b9d
7 changed files with 90 additions and 20 deletions

View File

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