branch: externals/ivy-posframe commit 15d9a9eb9f528ea2f1fb1ea1038ba9093a9a6f46 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@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)