diff options
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 () |