From 3480a3c8d00ff8efaf16d6e974184851c2c566c1 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 16 Aug 2023 12:49:07 +0200 Subject: add 'cursor-face 'hightlight to insert-status. --- lisp/mastodon-tl.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 360aeaa..3171dd7 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1317,7 +1317,8 @@ THREAD means the status will be displayed in a thread view." (or base-toot toot)) ; else normal toot with reblog check 'toot-json toot - 'base-toot base-toot) + 'base-toot base-toot + 'cursor-face 'highlight) "\n") (when mastodon-tl--display-media-p (mastodon-media--inline-images start-pos (point))))) -- cgit v1.2.3