diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-14 15:37:40 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-14 15:51:09 -0400 |
commit | 5db9b77f53fd0f4829f0dfc1d6398703f400bd1e (patch) | |
tree | d72fd559456675c89482d5d19c50e2918d243a11 /lisp | |
parent | 48fcd12d9d753e99e7d22ba3f1e6bc2173ac482e (diff) |
Fix mastodon function
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index abbff09..5fd069d 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -66,7 +66,7 @@ (defun mastodon () (interactive) (require 'mastodon-tl) - (mastodon-home)) + (mastodon-tl--get "home")) ;;;###autoload (defun mastodon-toot () |