diff options
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. |