From 3196ac0c89fb67eb79ccc10132a5e2c7baa65c99 Mon Sep 17 00:00:00 2001 From: H Durer Date: Tue, 5 Mar 2019 02:41:35 +0000 Subject: 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. --- README.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.org') 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. -- cgit v1.2.3