diff options
author | fap <fap-@users.noreply.github.com> | 2017-04-14 23:57:38 +0200 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-15 21:15:08 -0400 |
commit | cb985db2f37eabd76b9c2643387b4e94009b3f88 (patch) | |
tree | 0c15935d55454e7e1172d0d6739b0e1b8182ce50 /README.org | |
parent | f731da950c0f5f461c0dc23bb1cdd990ca1f7992 (diff) |
Fixes #29 - Provide context menu for discover mode
* provides a `discover.el` context menu through mode-hook
* moves lambdas from keymap to functions so `discover-my-major` can pick
them up
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= |