diff options
author | H Durer <h.duerer@gmail.com> | 2019-03-05 02:41:35 +0000 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2019-03-04 22:44:28 -0500 |
commit | 3196ac0c89fb67eb79ccc10132a5e2c7baa65c99 (patch) | |
tree | 7a613b3c597a8543826e483194e174c126ff26c3 /README.org | |
parent | f1856f391bf6311be3a43ec4ee8a07497de8072b (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.org | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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. |