Variable: hycontrol-local-windows-mode

hycontrol-local-windows-mode is a buffer-local variable defined in hycontrol.el.

Documentation

Non-nil if Hycontrol-Local-Windows mode is enabled.

Use the command hycontrol-local-windows-mode(var)/hycontrol-local-windows-mode(fun) to change this variable.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
;; This just sets the keymap locally and shows the minor mode
;; indicator in the buffer's mode-line; the separate global minor mode
;; turns things on and off.
;;;###autoload
(define-minor-mode hycontrol-local-windows-mode
  "Toggle Hyperbole Windows control minor mode in the current buffer."
  :lighter " HyWin"
  :group 'hyperbole-screen)