diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 08:44:55 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 08:44:55 +0200 |
commit | 3715823cce66553bc2d51f1431202d014439572b (patch) | |
tree | b399442dc341b9f343ab76718faa47b1267e385f /lisp/mastodon.el | |
parent | 8818971cb274f458d17ad8651480cf64a64d8b0e (diff) |
autoloads, flycheck
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 3 |
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")) |