aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@disroot.org>2024-10-29 11:21:18 +0100
committermarty hiatt <martianhiatus@disroot.org>2024-10-29 11:21:18 +0100
commit77f4c2770dd7f8e5a3c276ff8e89f465ade2411d (patch)
tree3b3e10b46c02d7ecc077cb1635432aac20becdda /lisp/mastodon-profile.el
parentd71b8f29852a2b00228eb1d673d1ad43a52812a6 (diff)
after widgets added: newline before pinned statuses
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r--lisp/mastodon-profile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index b4a8d4f..c16d88d 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -614,7 +614,7 @@ FIELDS means provide a fields vector fetched by other means."
"Insert each of the PINNED-STATUSES for a given account."
(mapc (lambda (pinned-status)
(insert
- (concat " "
+ (concat "\n "
(propertize " pinned "
'face '(:inherit success :box t))
" "))