diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-01 11:04:25 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-01 11:04:25 +0200 |
commit | ee35f8c94d6ee76d75bdf85f2b495df4ce6c5a94 (patch) | |
tree | bf828eb7402678e8388e93ce1ca4e74741d9e03e | |
parent | 5142c83a75dd5728d11beba1711ae1f1d53cb423 (diff) |
readme account settings funcs
-rw-r--r-- | README.org | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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.) |