Function: hycontrol-stay-in-mode
hycontrol-stay-in-mode is a byte-compiled function defined in
hycontrol.el.
Signature
(hycontrol-stay-in-mode)
Documentation
Return non-nil if HyControl mode should remain active.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defun hycontrol-stay-in-mode ()
"Return non-nil if HyControl mode should remain active."
(null hycontrol--exit-status))