Function: hycontrol-disable-modes
hycontrol-disable-modes is an interactive and byte-compiled function
defined in hycontrol.el.
Signature
(hycontrol-disable-modes)
Documentation
Disable HyControl Frames and Windows modes when active.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defun hycontrol-disable-modes ()
"Disable HyControl Frames and Windows modes when active."
(interactive)
(when (or hycontrol-frames-mode hycontrol-windows-mode)
(hycontrol-invert-mode-line))
(hycontrol-frames-mode -1)
(hycontrol-windows-mode -1))