diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-28 18:29:56 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-28 18:29:56 +0200 |
commit | a3b2fcdc726874ff7e3e65db7a8d45f687017e18 (patch) | |
tree | b088d676c6fafb5e7220c620297733970553847f /lisp | |
parent | b4f463aaed526f637f9bd5d6aa494b9f195272c5 (diff) |
add commented example use of line-prefix prop
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 4 |
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)) |