Henrik Lissner 2022-04-08 02:52:20 +02:00
parent 4538225fc5
commit 7121e993ca
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
7 changed files with 13 additions and 23 deletions

View file

@ -274,13 +274,3 @@ 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-repeat-select
#'vertico-repeat-last)))