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

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

[elpa] externals/ivy-posframe 266d622 042/195: Set ivy-posframe-cursor a


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 266d622 042/195: Set ivy-posframe-cursor as mulitcursor
Date: Sat, 3 Oct 2020 07:11:41 -0400 (EDT)

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

    Set ivy-posframe-cursor as mulitcursor
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 861c595..2828a79 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -128,7 +128,7 @@ When nil, Using current frame's font as fallback."
   :group 'ivy-posframe)
 
 (defface ivy-posframe-cursor
-  '((t (:inherit cursor)))
+  `((t (:height 1 :background ,(face-attribute 'cursor :background))))
   "Face used by the ivy-posframe's fake cursor."
   :group 'ivy-posframe)
 



reply via email to

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