diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-18 04:57:02 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-18 04:57:02 +0100 |
commit | 9b579c7e981ce37a5d6059de4e249d5d54452d6e (patch) | |
tree | b74c956061ef8068cfb0e137132d47c4ab9e6d58 /lisp | |
parent | 5622793b26a01777b1d001a4c2be6f095a5b82e1 (diff) |
autoload trending-tags
Diffstat (limited to 'lisp')
-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) |