Variable: avy-current-path
avy-current-path is a variable defined in avy.el.
Value
""
Documentation
Store the current incomplete path during avy-read.
Source Code
;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defvar avy-current-path ""
"Store the current incomplete path during `avy-read'.")