aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-10 22:36:13 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-10 22:36:13 +0100
commitff4566b1d6f66e08f9438ace27ca083a2102f2d9 (patch)
treea7efc58b14ebbf70e9b70732947bd1acb7094189 /README.org
parent4145c06d2f45756f7b48cd25b0c6672cc71f2cff (diff)
parent15ad9d08dcd11795986fac0cade255306dfb9e96 (diff)
Merge branch 'develop'
Diffstat (limited to 'README.org')
-rw-r--r--README.org13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.org b/README.org
index f460b0e..6c026ea 100644
--- a/README.org
+++ b/README.org
@@ -190,7 +190,7 @@ not contain =:client_id= and =:client_secret=.
=M-x mastodon-toot= (or =t= from a mastodon.el buffer).
-Pops a new buffer/window in =mastodon-toot= minor mode. Enter the
+Pops a new buffer/window in =text-mode= and =mastodon-toot= minor mode. Enter the
contents of your toot here. =C-c C-c= sends the toot. =C-c C-k= cancels.
Both actions kill the buffer and window.
@@ -203,6 +203,17 @@ Server's max toot length, and attachment previews, are shown.
You can download and use your instance's custom emoji
(=mastodon-toot--download-custom-emoji=, =mastodon-toot--enable-custom-emoji=).
+The compose buffer uses =text-mode= so any configuration you have for that mode
+will be enabled. If any of your existing config conflicts with =mastodon-toot=,
+you can disable it in the =mastodon-toot-mode-hook=. For example, the default
+value of that hook is as follows:
+
+#+begin_src emacs-lisp
+(add-hook 'mastodon-toot-mode-hook
+ (lambda ()
+ (auto-fill-mode -1)))
+#+end_src
+
**** Keybindings
|---------+----------------------------------|