Function: avy-resume
avy-resume is an interactive and byte-compiled function defined in
avy.el.
Signature
(avy-resume)
Documentation
Stub to hold last avy command.
Commands using avy-with macro can be resumed.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defun avy-resume ()
"Stub to hold last avy command.
Commands using `avy-with' macro can be resumed."
(interactive))