From cb985db2f37eabd76b9c2643387b4e94009b3f88 Mon Sep 17 00:00:00 2001 From: fap Date: Fri, 14 Apr 2017 23:57:38 +0200 Subject: 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 --- README.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.org') diff --git a/README.org b/README.org index a1d9ba5..82e5267 100644 --- a/README.org +++ b/README.org @@ -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= -- cgit v1.2.3