aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r--lisp/mastodon-notifications.el10
1 files changed, 7 insertions, 3 deletions
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