Variable: hycontrol-windows-mode
hycontrol-windows-mode is a customizable variable defined in
hycontrol.el.
Value
nil
Documentation
Non-nil if Hycontrol-Windows mode is enabled.
See the hycontrol-windows-mode(var)/hycontrol-windows-mode(fun) command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function hycontrol-windows-mode(var)/hycontrol-windows-mode(fun).
Key Bindings
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)