Variable: hycontrol-invert-mode-line-flag
hycontrol-invert-mode-line-flag is a customizable variable defined in
hycontrol.el.
Value
t
Documentation
Non-nil means invert mode-line to emphasize the special key bindings in effect.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defcustom hycontrol-invert-mode-line-flag t
"Non-nil means invert mode-line to emphasize the special key bindings in effect."
:type 'boolean
:group 'hyperbole-screen)