hydra.el (hydra-hint-display-type): Add

Re #317
master
Yanghao Xie 7 years ago committed by Oleh Krehel
parent 9c4a4711bc
commit e0e3282efa
  1. 8
      hydra.el

@ -207,6 +207,14 @@ the body or the head."
:type 'sexp
:group 'hydra)
(defcustom hydra-hint-display-type 'lv
"The utility to show hydra hint"
:type '(choice
(const message)
(const lv)
(const posframe))
:group 'hydra)
(defcustom hydra-lv t
"When non-nil, `lv-message' (not `message') will be used to display hints."
:type 'boolean)

Loading…
Cancel
Save