bump: :completion
abo-abo/swiper@1c6b3da377 -> abo-abo/swiper@c97ea72285 company-mode/company-mode@8b58e5895c -> company-mode/company-mode@073aef72dd emacs-helm/helm@a246a9b278 -> emacs-helm/helm@5b17313011 ericdanan/counsel-projectile@e30150792a -> ericdanan/counsel-projectile@40d1e1d4bb minad/consult@2106eee75f -> minad/consult@473e6585c5 minad/marginalia@e9540a7b80 -> minad/marginalia@e63d27e6fb minad/vertico@509ca602c7 -> minad/vertico@a92b1e47ff oantolin/embark@56e28c23d5 -> oantolin/embark@06d5caafd5 oantolin/orderless@ce462a63e3 -> oantolin/orderless@f2c78c4a60 raxod502/prescient.el@292ac9fe35 -> raxod502/prescient.el@c5295a9eec tumashu/ivy-posframe@5d9420252c -> tumashu/ivy-posframe@533a8e368f tumashu/posframe@3b1dc400d2 -> tumashu/posframe@c91d4d53fa
This commit is contained in:
parent
d58d084774
commit
0e802f4653
6 changed files with 24 additions and 14 deletions
|
@ -274,3 +274,13 @@ If there are selected candidates, disregard the current candidate and exit."
|
|||
(defun +vertico-basic-remote-all-completions (string table pred point)
|
||||
(and (vertico--remote-p string)
|
||||
(completion-basic-all-completions string table pred point)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +vertico/resume (&optional arg)
|
||||
"Resume the last session.
|
||||
If prefix ARG is provided, select which session to resume."
|
||||
(interactive "P")
|
||||
(call-interactively
|
||||
(if arg
|
||||
#'vertico-resume-select
|
||||
#'vertico-resume-last)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue