From e0e3282efaf3db2d096373684bdb14843bbb9975 Mon Sep 17 00:00:00 2001 From: Yanghao Xie Date: Thu, 21 Mar 2019 19:30:02 +0800 Subject: [PATCH] hydra.el (hydra-hint-display-type): Add Re #317 --- hydra.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hydra.el b/hydra.el index 0f18b13..8de37de 100644 --- a/hydra.el +++ b/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)