diff options
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 3 |
1 files changed, 2 insertions, 1 deletions
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))))) |