diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-18 16:10:32 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-18 16:10:32 -0400 |
commit | 8d116aeb7efd7c09505b5765ae6036cfb4de78ee (patch) | |
tree | c3db43dd541ce6748f7f9d9ecca5c40fbf54ed19 /lisp/mastodon-tl.el | |
parent | 31c141d371d7e634a5ca813cfa207d10e8ddc0ea (diff) |
Fix load issue
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." |