diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-25 09:32:49 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-25 09:32:49 -0400 |
commit | 8445fbb74fe842df99f3cdd3866b8dc87e87da42 (patch) | |
tree | 80b81f6390f804e638a5188c938c4347c0e2829b | |
parent | b18b37b6807875ff1b84afa85d82be819342e7d6 (diff) |
Add =mastodon-toot-mode= keybindings to README
-rw-r--r-- | README.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -116,6 +116,16 @@ 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. +**** Keybindings + +|-----------+---------------------| +| Key | Action | +|-----------+---------------------| +| =C-c C-c= | Send toot | +| =C-c C-k= | Cancel toot | +| =C-c C-w= | Add content warning | +|-----------+---------------------| + ** Roadmap [[https://github.com/jdenen/mastodon.el/milestone/1][Here]] are the features I plan to implement before putting mastodon.el on MELPA. |