aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-03 12:54:19 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-03 12:54:19 +0200
commit26ec5d7076e47bc7240e3e36aa516909f8c0424c (patch)
treea8b866bae328266889da493305e9c6799f078b0b /lisp/mastodon.el
parentf43dd731e9d6b882cf687c44ef1b5631309bd3b9 (diff)
mastodon.el - require mastodon-http
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 5c2bc34..a85a7f7 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -33,6 +33,7 @@
;;; Code:
(require 'cl-lib) ; for `cl-some' call in mastodon
+(require 'mastodon-http)
(require 'mastodon-toot)
(declare-function discover-add-context-menu "discover")