From 9b579c7e981ce37a5d6059de4e249d5d54452d6e Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 18 Feb 2023 04:57:02 +0100 Subject: autoload trending-tags --- lisp/mastodon.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3