diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2019-03-04 21:46:19 -0500 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2019-03-04 22:44:28 -0500 |
commit | 90c5a4da5263411e4012022b9fe362697935c2a6 (patch) | |
tree | 5d8b30347ff5f8f0a6550ef2cee5aa6503f99427 | |
parent | f169c9e26b7f5f95770c409c53dd04a4b92cb666 (diff) |
Update README
-rw-r--r-- | README.org | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -23,7 +23,7 @@ Or, with =use-package=: #+BEGIN_SRC emacs-lisp (use-package mastodon - :load-path "/path/to/mastodon.el/lisp") + :ensure t) #+END_SRC *** MELPA @@ -56,9 +56,17 @@ 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)) + (with-eval-after-load 'mastodon (mastodon-discover)) #+END_SRC +Or, with =use-package=: + +#+BEGIN_SRC emacs-lisp + (use-package mastodon + :ensure t + :config + (mastodon-discover)) +#+END_SRC ** Usage *** 2 Factor Auth @@ -159,7 +167,6 @@ Toot visibility can also be changed on a per-toot basis from the new toot buffer | =C-c C-w= | Add content warning | | =C-c C-v= | Change toot visibility | |-----------+------------------------| ->>>>>>> Make default visibility customizable; add documentation. ** Roadmap |