Variable: hycontrol-local-frames-mode

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

Documentation

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

Use the command hycontrol-local-frames-mode(var)/hycontrol-local-frames-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-frames-mode
  "Toggle Hyperbole Frames control minor mode in the current buffer."
  :lighter " HyFrm"
  :group 'hyperbole-screen)