Variable: corfu-mouse-mode-hook

corfu-mouse-mode-hook is a customizable variable defined in corfu-mouse.el.

Value

nil

Documentation

Hook run after entering or leaving corfu-mouse-mode(var)/corfu-mouse-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-mouse.el
;;;###autoload
(define-minor-mode corfu-mouse-mode
  "Mouse support, scrolling and clickable candidates."
  :global t :group 'corfu)