Variable: hydra-default-hint

hydra-default-hint is a customizable variable defined in hydra.el.

Value

""

Documentation

Default :hint property to use for heads when not specified in the body or the head.

Source Code

;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defcustom hydra-default-hint ""
  "Default :hint property to use for heads when not specified in
the body or the head."
  :type 'sexp
  :group 'hydra)