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