aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.org b/README.org
index 5a01753..52a1800 100644
--- a/README.org
+++ b/README.org
@@ -49,9 +49,17 @@ there's no need to write your own hook anymore. =emojify-mode= is not required.
*** Discover
-=mastodon-mode= will provide a context menu for its keybindings if [[https://github.com/mickeynp/discover.el][Discover]] is
+=mastodon-mode= can provide a context menu for its keybindings if [[https://github.com/mickeynp/discover.el][Discover]] is
installed. It is not required.
+if you have Discover, add the following to your Emacs init configuration:
+
+#+BEGIN_SRC emacs-lisp
+ (require 'mastodon-discover)
+ (with-eval-after-load 'mastodon (mastodon-discover--init))
+#+END_SRC
+
+
** Usage
*** 2 Factor Auth
2FA is not supported yet. It is in the [[https://github.com/jdenen/mastodon.el/milestone/2][plans]] for the =1.0.0= release.