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