diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -19,6 +19,14 @@ Then, require it and go. I'll make mastdon.el available on MELPA when I feel like it's reached a stable state. +Mastodon mode provides a overview of it's shortcuts through [[https://github.com/mickeynp/discover.el][Discover mode]]. +To activate Discover mode locally for Mastodon mode buffers add this to your emacs configuration: +#+BEGIN_SRC emacs-lisp + (add-hook 'mastodon-mode-hook 'discover-mode-turn-on) +#+END_SRC + +The context menu is then activated by pressing '?'. + ** Usage *** Instance @@ -55,6 +63,8 @@ Opens a =*mastodon-home*= buffer in the major mode so you can see toots. Keybind | =T= | Prompt for tag and open its timeline | |-----+------------------------------------------| + + *** Toot toot =M-x mastodon-toot= |