aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org18
1 files changed, 11 insertions, 7 deletions
diff --git a/README.org b/README.org
index 600e0dd..9eb7e52 100644
--- a/README.org
+++ b/README.org
@@ -136,15 +136,19 @@ Authentication stores your access token in the =mastodon-auth--token=
variable. It is not stored on your filesystem, so you will have to
re-authenticate when you close/reopen Emacs.
+The visibility of the new toot defaults to the value of
+=mastodon-toot--default-visibility= which you can customize.
+
**** Keybindings
-|-----------+---------------------|
-| Key | Action |
-|-----------+---------------------|
-| =C-c C-c= | Send toot |
-| =C-c C-k= | Cancel toot |
-| =C-c C-w= | Add content warning |
-|-----------+---------------------|
+|-----------+---------------------------------------|
+| Key | Action |
+|-----------+---------------------------------------|
+| =C-c C-c= | Send toot |
+| =C-c C-k= | Cancel toot |
+| =C-c C-w= | Add content warning |
+| =C-c C-v= | Change the visibility of the new toot |
+|-----------+---------------------------------------|
** Roadmap