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

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

[elpa] externals/ivy-posframe 3c3740e 142/195: Add ivy-posframe-lighter


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 3c3740e 142/195: Add ivy-posframe-lighter
Date: Sat, 3 Oct 2020 07:12:02 -0400 (EDT)

branch: externals/ivy-posframe
commit 3c3740e496cc1b92fda09bf31b8483c55680533d
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Add ivy-posframe-lighter
---
 ivy-posframe.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 691002a..ef86418 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -208,6 +208,11 @@ When 0, no border is showed."
   :group 'ivy-posframe
   :type 'sexp)
 
+(defcustom ivy-posframe-lighter " ivy-posframe"
+  "The lighter string used by `ivy-posframe-mode'."
+  :group 'ivy-posframe
+  :type 'string)
+
 (defface ivy-posframe
   '((t (:inherit default)))
   "Face used by the ivy-posframe."
@@ -506,7 +511,7 @@ selection, non-nil otherwise."
   "Display ivy via posframe."
   :init-value nil
   :global t
-  :lighter " ivy-pf"
+  :lighter ivy-posframe-lighter
   :group 'ivy-posframe
   :keymap '(([remap ivy-read-action] ivy-posframe-read-action)
             ([remap ivy-dispatching-done] ivy-posframe-dispatching-done)



reply via email to

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