aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-01 11:04:25 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-01 11:04:25 +0200
commitee35f8c94d6ee76d75bdf85f2b495df4ce6c5a94 (patch)
treebf828eb7402678e8388e93ce1ca4e74741d9e03e /README.org
parent5142c83a75dd5728d11beba1711ae1f1d53cb423 (diff)
readme account settings funcs
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
index b950681..d9e0b39 100644
--- a/README.org
+++ b/README.org
@@ -219,6 +219,13 @@ See =M-x customize-group RET mastodon= to view all customize options.
- Completion for mentions and tags
- Enable custom emoji
+*** Account settings:
+
+- =mastodon-profile-update-display-name=: Update the display name for your account.
+- =mastodon-profile-set-default-toot-visibility=: Set the default visibility for your toots.
+- =mastodon-profile-account-locked-toggle=: Toggle the locked status of your account. Locked accounts have to manually approve follow requests.
+- =mastodon-profile-account-discoverable-toggle=: Toggle the discoverable status of your account. Non-discoverable accounts are not listed in the profile directory.
+
*** Live-updating timelines: =mastodon-async-mode=
(code taken from https://github.com/alexjgriffith/mastodon-future.el.)