diff options
author | mousebot <mousebot@riseup.net> | 2021-05-08 10:21:52 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-08 10:21:52 +0200 |
commit | 5e1751c2c9ec8096c5b2d03c6aca699fc102cf60 (patch) | |
tree | 5377b97595b6c0515e6c5efd2f83eba47658d202 /lisp | |
parent | b5541f5e3fe29fba0acd480ea9c3bcbf36c70085 (diff) |
indent toots/foll/following on profile
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-profile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index a5fb1a9..aed33a7 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -142,7 +142,7 @@ following the current profile." (mastodon-tl--render-text note nil) (mastodon-tl--set-face (concat " ------------\n" - "TOOTS: " toots_count " | " + " TOOTS: " toots_count " | " "FOLLOWERS: " fol_count " | " "FOLLOWING: " folling_count "\n" " ------------\n\n") |