emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hydra e0e3282efa 39/46: hydra.el (hydra-hint-display-ty


From: Stefan Monnier
Subject: [elpa] externals/hydra e0e3282efa 39/46: hydra.el (hydra-hint-display-type): Add
Date: Tue, 25 Oct 2022 22:27:22 -0400 (EDT)

branch: externals/hydra
commit e0e3282efaf3db2d096373684bdb14843bbb9975
Author: Yanghao Xie <yhaoxie@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    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 0f18b13028..8de37de035 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]