mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: tweak how the "next" and "complete" private vertico to move to the first candidate
I believe this was working before, but maybe my latest change affected it. Anyway, this is more explicit.
This commit is contained in:
parent
b5f4a45154
commit
6bab223970
|
|
@ -17308,7 +17308,7 @@ automatically.")
|
|||
This is done to accommodate `prot-vertico-multiform-minimal'."
|
||||
(interactive)
|
||||
(if vertico-unobtrusive-mode
|
||||
(let ((vertico--index 0))
|
||||
(progn
|
||||
(vertico-multiform-vertical)
|
||||
(vertico-next 1))
|
||||
(vertico-next 1)))
|
||||
|
|
@ -17330,7 +17330,7 @@ This is done to accommodate `prot-vertico-multiform-minimal'."
|
|||
(if (and vertico-unobtrusive-mode (> vertico--total 1))
|
||||
(progn
|
||||
(minibuffer-complete)
|
||||
(vertico-multiform-vertical))
|
||||
(prot-vertico-private-next))
|
||||
(vertico-insert)))
|
||||
|
||||
(provide 'prot-vertico)
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ automatically.")
|
|||
This is done to accommodate `prot-vertico-multiform-minimal'."
|
||||
(interactive)
|
||||
(if vertico-unobtrusive-mode
|
||||
(let ((vertico--index 0))
|
||||
(progn
|
||||
(vertico-multiform-vertical)
|
||||
(vertico-next 1))
|
||||
(vertico-next 1)))
|
||||
|
|
@ -97,7 +97,7 @@ This is done to accommodate `prot-vertico-multiform-minimal'."
|
|||
(if (and vertico-unobtrusive-mode (> vertico--total 1))
|
||||
(progn
|
||||
(minibuffer-complete)
|
||||
(vertico-multiform-vertical))
|
||||
(prot-vertico-private-next))
|
||||
(vertico-insert)))
|
||||
|
||||
(provide 'prot-vertico)
|
||||
|
|
|
|||
Loading…
Reference in a new issue