Variable: hycontrol-help-flag

hycontrol-help-flag is a customizable variable defined in hycontrol.el.

Value

t

Documentation

Non-nil means show key binding help in the minibuffer when in a HyControl mode.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defcustom hycontrol-help-flag t
  "Non-nil means show key binding help in the minibuffer when in a HyControl mode."
  :type 'boolean
  :group 'hyperbole-screen)