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