Function: hycontrol-frames-mode
hycontrol-frames-mode is an autoloaded, interactive and byte-compiled
function defined in hycontrol.el.
Signature
(hycontrol-frames-mode &optional ARG)
Documentation
Toggle Hycontrol-Local-Frames mode in all buffers.
With prefix ARG, enable Hycontrol-Frames mode if ARG is positive; otherwise, disable it.
If called from Lisp, toggle the mode if ARG is toggle.
Enable the mode if ARG is nil, omitted, or is a positive number.
Disable the mode if ARG is a negative number.
Hycontrol-Local-Frames mode is enabled in all buffers where (lambda nil
(hycontrol-local-frames-mode 1)) would do it.
See hycontrol-local-frames-mode(var)/hycontrol-local-frames-mode(fun) for more information on
Hycontrol-Local-Frames mode.
Key Bindings
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)