diff options
-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 ebf9944..2b620a9 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -96,6 +96,7 @@ (autoload 'mastodon-toot--view-toot-history "mastodon-tl") (autoload 'mastodon-tl--init-sync "mastodon-tl") (autoload 'mastodon-notifications--timeline "mastodon-notifications") +(autoload 'mastodon-search--trending-tags "mastodon-search") (defvar mastodon-notifications--map) |