blob: 6979837189dc2bb23523237d5fbe0f837549baff (
plain) (
blame)
1
2
3
4
5
6
7
8
|
(load-file "lisp/mastodon-http.el")
(load-file "lisp/mastodon-client.el")
(load-file "lisp/mastodon-auth.el")
(load-file "lisp/mastodon-toot.el")
(load-file "lisp/mastodon-media.el")
(load-file "lisp/mastodon-tl.el")
(load-file "lisp/mastodon-notifications.el")
(load-file "lisp/mastodon.el")
|