aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-27 08:44:55 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-27 08:44:55 +0200
commit3715823cce66553bc2d51f1431202d014439572b (patch)
treeb399442dc341b9f343ab76718faa47b1267e385f /lisp/mastodon.el
parent8818971cb274f458d17ad8651480cf64a64d8b0e (diff)
autoloads, flycheck
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 49abe26..632f5c5 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -88,7 +88,8 @@
(autoload 'mastodon-profile--view-bookmarks "mastodon-profile")
(autoload 'mastoton-tl--view-filters "mastodon-tl")
;; (autoload 'mastodon-toot--bookmark-toot-toggle "mastodon-toot")
-
+(autoload 'mastodon-tl--view-filters "mastodon-tl")
+(autoload 'mastodon-tl--get-follow-suggestions "mastodon-tl")
(when (require 'lingva nil :no-error)
(autoload 'mastodon-toot--translate-toot-text "mastodon-toot"))