Variable: hydra-is-helpful

hydra-is-helpful is a customizable variable defined in hydra.el.

Value

t

Documentation

When t, display a hint with possible bindings in the echo area.

Source Code

;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defcustom hydra-is-helpful t
  "When t, display a hint with possible bindings in the echo area."
  :type 'boolean
  :group 'hydra)