diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2019-03-04 21:45:45 -0500 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2019-03-04 22:44:28 -0500 |
commit | f169c9e26b7f5f95770c409c53dd04a4b92cb666 (patch) | |
tree | 5f85c8eeca58d06e80458d23fcd284e3f2a31163 /lisp/mastodon.el | |
parent | 3196ac0c89fb67eb79ccc10132a5e2c7baa65c99 (diff) |
Refactor mastodon-discover functionality
Diffstat (limited to 'lisp/mastodon.el')
-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 e5fae79..950db19 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -52,6 +52,7 @@ (autoload 'mastodon-toot--reply "mastodon-toot") (autoload 'mastodon-toot--toggle-boost "mastodon-toot") (autoload 'mastodon-toot--toggle-favourite "mastodon-toot") +(autoload 'mastodon-discover "mastodon-discover") (defgroup mastodon nil "Interface with Mastodon." |