Variable: corfu-indexed-mode-hook
corfu-indexed-mode-hook is a customizable variable defined in
corfu-indexed.el.
Value
nil
Documentation
Hook run after entering or leaving corfu-indexed-mode(var)/corfu-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/corfu-20260813.950/corfu-indexed.el
;;;###autoload
(define-minor-mode corfu-indexed-mode
"Prefix candidates with indices."
:global t :group 'corfu)