diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-09 12:11:35 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-09 12:11:35 +0200 |
commit | 7af2f459b7ed7375fd9df1a960d78aeba7e27351 (patch) | |
tree | f88e79cc1830200f9c22026f0a1c7ec58a59f828 /lisp/mastodon-toot.el | |
parent | 30a3f5606b5eb9b10f48a1e358e1415b7bb016e8 (diff) |
toot: try double newline btw compose docs and body, for paragraph break
maybe, seeing as thus sucks so bad, it cd be customize. but we really
shouldn't have any interaction/overlap between docs and body.
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 8dfee74..fd7e298 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -1673,7 +1673,7 @@ REPLY-TEXT is the text of the toot being replied to." 'read-only "Edit your message below." 'toot-post-header t)) ;; allow us to enter text after read-only header: - (propertize "\n" + (propertize "\n\n" 'rear-nonsticky t)))) (defun mastodon-toot--most-restrictive-visibility (reply-visibility) |