-
With a config like (use-package vertico
:straight ( :host github
:repo "minad/vertico"
:files (:defaults "extensions/*")
:includes (vertico-repeat))
:demand t
:config
(define-key global-map (kbd "C-c C-r") #'vertico-repeat)
(vertico-mode 1)) I find that after I |
Beta Was this translation helpful? Give feedback.
Answered by
minad
Dec 13, 2023
Replies: 1 comment
-
It is excluded by default, but this can be changed via a customization variable. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leungbk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is excluded by default, but this can be changed via a customization variable.