From 8d116aeb7efd7c09505b5765ae6036cfb4de78ee Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Tue, 18 Apr 2017 16:10:32 -0400 Subject: Fix load issue --- lisp/mastodon-tl.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index cec6e79..e25f1d4 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -28,6 +28,7 @@ ;;; Code: (require 'mastodon-http) +(require 'mastodon-toot) (defgroup mastodon-tl nil "Timelines in Mastodon." -- cgit v1.2.3