aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))
" "))