Variable: avy-subword-extra-word-chars
avy-subword-extra-word-chars is a customizable variable defined in
avy.el.
Value
(123 61 125 42 58 62 60)
Documentation
A list of characters that should temporarily match "\\w".
This variable is used by avy-goto-subword-0 and avy-goto-subword-1.
Source Code
;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-subword-extra-word-chars '(?{ ?= ?} ?* ?: ?> ?<)
"A list of characters that should temporarily match \"\\w\".
This variable is used by `avy-goto-subword-0' and `avy-goto-subword-1'."
:type '(repeat character))