diff options
Diffstat (limited to 'lisp/mastodon-client.el')
-rw-r--r-- | lisp/mastodon-client.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-client.el b/lisp/mastodon-client.el index e542129..4a338ea 100644 --- a/lisp/mastodon-client.el +++ b/lisp/mastodon-client.el @@ -29,7 +29,7 @@ ;;; Code: (require 'plstore) -(require 'mastodon-http) +(require 'mastodon-http nil t) (defgroup mastodon-client nil "Register your client with Mastodon." |