Variable: hycontrol-local-frames-mode-hook

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

Value

(hycontrol-local-frames-mode-set-explicitly(var)/hycontrol-local-frames-mode-set-explicitly(fun))

Documentation

Hook run after entering or leaving hycontrol-local-frames-mode(var)/hycontrol-local-frames-mode(fun).

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

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)