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