diff options
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 3e865b3..50be7b7 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -28,7 +28,7 @@ ;;; Code: -(require 'mastodon-auth) +(require 'mastodon-auth nil t) (defgroup mastodon-toot nil "Capture Mastodon toots." |