Variable: hydra-hint-display-type
hydra-hint-display-type is a customizable variable defined in
hydra.el.
Value
lv
Documentation
The utility to show hydra hint
Source Code
;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defcustom hydra-hint-display-type 'lv
"The utility to show hydra hint"
:type '(choice
(const message)
(const lv)
(const posframe))
:group 'hydra)