diff options
-rw-r--r-- | lisp/mastodon-profile.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 16ef981..9d4793c 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -211,7 +211,8 @@ Returns a list of lists." (propertize acct 'face 'default) "\n ------------\n" - (mastodon-tl--render-text note nil) + (mastodon-tl--render-text note account) + ; account here to enable tab-stops in profile note (if fields (progn (concat "\n" |