Variable: vertico-indexed-mode-hook
vertico-indexed-mode-hook is a customizable variable defined in
vertico-indexed.el.
Value
nil
Documentation
Hook run after entering or leaving vertico-indexed-mode(var)/vertico-indexed-mode(fun).
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico-indexed.el
;;;###autoload
(define-minor-mode vertico-indexed-mode
"Prefix candidates with indices."
:global t :group 'vertico)