mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
selectrum: add vertico-repeat
support
Also change the `vertico` recipe to be able to use extensions.
This commit is contained in:
@@ -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)))
|
||||
|
Reference in New Issue
Block a user