Skip to content
Discussion options

You must be logged in to vote

Did you try the function provided at #30 (comment)? How close is this to your desired behavior?

Implementing this via vertico-next and performing the action would work with embark-dwim I guess, but it would be a hack.

For the first candidate selection I have tried the following but it does not work. During the setup the completion buffer is still not available:

Delaying should help.

(defun my/vertico-setup-for-jinx ()
  (when (eq this-command 'jinx-correct)
    (run-at-time 0 nil (lambda () (vertico-next) (vertico--exhibit)))))

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

vspinu
Feb 3, 2026
Author Sponsor

You must be logged in to vote
3 replies
@minad
Comment options

minad Feb 4, 2026
Maintainer

Answer selected by vspinu
@vspinu
Comment options

vspinu Feb 10, 2026
Author Sponsor

@minad
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants