From 8eab2d38ebcde6946b16aeba7c6c0c480141ecdf Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 17 Oct 2024 13:17:25 +0200 Subject: notifs: comment faved/boosted toot body line-prefix (breaks cursor highlight) --- lisp/mastodon-notifications.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lisp/mastodon-notifications.el') diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index eef68a2..a61492a 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -275,9 +275,13 @@ ACCOUNTS is data of the accounts that have reacted to the notification." ((member type-sym '(favourite reblog)) (propertize (mastodon-notifications--comment-note-text body) - ;; indent faves/boosts (maybe remove): - 'line-prefix " " - 'wrap-prefix " ")) + ;; indent faves/boosts (maybe remove, as it makes + ;; cursor highlight ugly) + ;; but it's nice to be able to differentiate top + ;; byline a little from body of item acted on + ;; 'line-prefix "" + ;; 'wrap-prefix "" + )) (t body))) ;; author-byline #'mastodon-tl--byline-author -- cgit v1.2.3