aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-02 13:16:11 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-02 13:16:11 +0200
commitf8ea1b346fef0c91ab558657eced6bce0a83e14b (patch)
treef883ffdacfd8f5d16e872d22ec9d0324062cd653 /README.org
parent3642927d8c60faee3cc7aea1136d33bce7e1a381 (diff)
parent3ec2f7814aa11f860658e4e995ea4f8accc9499a (diff)
Merge branch 'develop'
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.org b/README.org
index b950681..a2b047a 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,7 @@
#+OPTIONS: toc:nil
[[https://ci.codeberg.org/api/badges/martianh/mastodon.el/status.svg]]
+https://melpa.org/packages/mastodon-badge.svg
* README
@@ -98,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=.
@@ -203,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.