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