From 5db9b77f53fd0f4829f0dfc1d6398703f400bd1e Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Fri, 14 Apr 2017 15:37:40 -0400 Subject: Fix mastodon function --- lisp/mastodon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon.el') 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 () -- cgit v1.2.3