diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-08-16 12:49:07 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-08-16 12:49:07 +0200 |
commit | 3480a3c8d00ff8efaf16d6e974184851c2c566c1 (patch) | |
tree | 69a0dd2567b9962a48bd8b068c0d2406abe8c0c8 | |
parent | 512338fe35444f6452c26a6abb274a48669a1ec0 (diff) |
add 'cursor-face 'hightlight to insert-status.
-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))))) |