From 77f4c2770dd7f8e5a3c276ff8e89f465ade2411d Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 29 Oct 2024 11:21:18 +0100 Subject: after widgets added: newline before pinned statuses --- lisp/mastodon-profile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) " ")) -- cgit v1.2.3