diff options
author | mousebot <mousebot@riseup.net> | 2021-10-21 19:01:06 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-21 19:01:06 +0200 |
commit | 53a9c944d06c01f1efc39e5c89eb362b2436dcc0 (patch) | |
tree | 5ed751bb5805052060a14608458bc9e4e278cd1b /lisp | |
parent | 45390f6ad1923814a3ac28fc456fd264a8b8cd1e (diff) |
move attachments lower in toot-docs
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-toot.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 3a8ae92..9f9abea 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -611,10 +611,8 @@ on the status of NSFW, content warning flags, media attachments, etc." (concat divider "\n" (mastodon-toot--make-mode-docs) "\n" - divider "\n" - " Attachments: " - (propertize "None " 'toot-attachments t) - "\n" + ;; divider "\n" + ;; "\n" divider "\n" " " (propertize "Count" @@ -629,6 +627,9 @@ on the status of NSFW, content warning flags, media attachments, etc." (propertize "NSFW" 'toot-post-nsfw-flag t) "\n" + " Attachments: " + (propertize "None " 'toot-attachments t) + "\n" divider (propertize "\n" 'rear-nonsticky t)) |