aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2019-03-04 21:46:19 -0500
committerJohnson Denen <johnson.denen@gmail.com>2019-03-04 22:44:28 -0500
commit90c5a4da5263411e4012022b9fe362697935c2a6 (patch)
tree5d8b30347ff5f8f0a6550ef2cee5aa6503f99427 /README.org
parentf169c9e26b7f5f95770c409c53dd04a4b92cb666 (diff)
Update README
Diffstat (limited to 'README.org')
-rw-r--r--README.org13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.org b/README.org
index 52a1800..18181e5 100644
--- a/README.org
+++ b/README.org
@@ -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