aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-08-16 12:49:07 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-08-16 12:49:07 +0200
commit3480a3c8d00ff8efaf16d6e974184851c2c566c1 (patch)
tree69a0dd2567b9962a48bd8b068c0d2406abe8c0c8 /lisp/mastodon-tl.el
parent512338fe35444f6452c26a6abb274a48669a1ec0 (diff)
add 'cursor-face 'hightlight to insert-status.
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el3
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)))))