Variable: hycontrol-windows-mode-hook
hycontrol-windows-mode-hook is a customizable variable defined in
hycontrol.el.
Value
nil
Documentation
Hook run after entering or leaving hycontrol-windows-mode(var)/hycontrol-windows-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/hyperbole-20260414.325/hycontrol.el
;;;###autoload
(define-globalized-minor-mode hycontrol-windows-mode hycontrol-local-windows-mode
(lambda () (hycontrol-local-windows-mode 1))
:group 'hyperbole-screen)