aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org18
1 files changed, 10 insertions, 8 deletions
diff --git a/README.org b/README.org
index 815e99f..a2b047a 100644
--- a/README.org
+++ b/README.org
@@ -99,7 +99,7 @@ restart Emacs and follow the steps again.
=M-x mastodon=
-Opens a =*mastodon-home*= buffer in the major mode and displays toots. You
+Opens a =*mastodon-home*= buffer in the major mode and displays toots. If your credentials are not yet saved, you
will be prompted for email and password. The app registration process will
take place if your =mastodon-token-file= does not contain =:client_id= and
=:client_secret=.
@@ -204,6 +204,15 @@ You can download and use your instance's custom emoji
| =C-c C-e= | add emoji (if =emojify= installed) |
|---------+----------------------------------|
+*** Other commands and account settings:
+
+- =mastodon-tl-view-instance-description=: View information about the instance that the author of the toot at point is on.
+
+- =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.
+
*** Customization
See =M-x customize-group RET mastodon= to view all customize options.
@@ -220,13 +229,6 @@ 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.)