aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-28 18:29:56 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-28 18:29:56 +0200
commita3b2fcdc726874ff7e3e65db7a8d45f687017e18 (patch)
treeb088d676c6fafb5e7220c620297733970553847f /lisp/mastodon-tl.el
parentb4f463aaed526f637f9bd5d6aa494b9f195272c5 (diff)
add commented example use of line-prefix prop
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 4082905..ce16f87 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1308,6 +1308,10 @@ THREAD means the status will be displayed in a thread view."
(concat (mastodon-tl--symbol 'replied)
"\n")
"")
+ ;; (if (and after-reply-status-p thread)
+ ;; (propertize body
+ ;; 'line-prefix "|")
+ ;; body)
body
" \n"
(mastodon-tl--byline toot author-byline action-byline detailed-p))