diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-03 12:54:19 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-03 12:54:19 +0200 |
commit | 26ec5d7076e47bc7240e3e36aa516909f8c0424c (patch) | |
tree | a8b866bae328266889da493305e9c6799f078b0b /lisp/mastodon.el | |
parent | f43dd731e9d6b882cf687c44ef1b5631309bd3b9 (diff) |
mastodon.el - require mastodon-http
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 1 |
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") |