selectrum: add vertico-repeat support

Also change the `vertico` recipe to be able to use extensions.
This commit is contained in:
Itai Y. Efrat 2021-07-09 16:43:15 +03:00
parent 29c49f727e
commit 794b8c2383
2 changed files with 3 additions and 2 deletions

View file

@ -143,5 +143,5 @@ Supports exporting consult-grep to wgrep, file to wdeired, and consult-location
"Repeat the last selectrum/vertico command."
(interactive)
(if (featurep! :completion selectrum +vertico)
(user-error "The vertico flag doesn't support repeating commands (yet)")
(vertico-repeat)
(selectrum-repeat)))