aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorH Durer <h.duerer@gmail.com>2019-03-05 02:41:35 +0000
committerJohnson Denen <johnson.denen@gmail.com>2019-03-04 22:44:28 -0500
commit3196ac0c89fb67eb79ccc10132a5e2c7baa65c99 (patch)
tree7a613b3c597a8543826e483194e174c126ff26c3 /README.org
parentf1856f391bf6311be3a43ec4ee8a07497de8072b (diff)
Fix #219 no `with-eval-after-load` in the code (#220)
The package-lint logic is too daft to cope with this (you cannot even mention it in a comment). We now move the discover functionality into its own package and just mention in the README file how to make use of it.
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.