Variable: avy-command
avy-command is a variable defined in avy.el.
Value
nil
Documentation
Store the current command symbol.
E.g. avy-goto-line or avy-goto-char.
Source Code
;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defvar avy-command nil
"Store the current command symbol.
E.g. `avy-goto-line' or `avy-goto-char'.")