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

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

[elpa] externals/ivy-posframe 15d9a9e 043/195: Revert "Set ivy-posframe-


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 15d9a9e 043/195: Revert "Set ivy-posframe-cursor as mulitcursor"
Date: Sat, 3 Oct 2020 07:11:42 -0400 (EDT)

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

    Revert "Set ivy-posframe-cursor as mulitcursor"
    
    This reverts commit 266d622debcba214e62f164afbde82b19e57354c.
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 2828a79..861c595 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 (:height 1 :background ,(face-attribute 'cursor :background))))
+  '((t (:inherit cursor)))
   "Face used by the ivy-posframe's fake cursor."
   :group 'ivy-posframe)
 



reply via email to

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