diff options
author | mousebot <mousebot@riseup.net> | 2021-10-28 17:50:19 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-28 17:50:19 +0200 |
commit | 998bfd60ed0ad1c4de161dd9a32c7786ee34b48a (patch) | |
tree | c70e0cf2eb67700908069dcabfd2d70cccf7eed1 /lisp/mastodon.el | |
parent | c60eb355232e57fec9fe97f366a3a2176f8c4110 (diff) |
mastodon-async readme
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 7f4b773..25fb829 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -77,6 +77,7 @@ ;; (autoload 'mastodon-async--stream-local "mastodon-async") ;; (autoload 'mastodon-async--stream-home "mastodon-async") ;; (autoload 'mastodon-async--stream-notifications "mastodon-async") +;; (autoload 'mastodon-async-mode "mastodon-async") (autoload 'mastodon-profile--update-user-profile-note "mastodon-profile") (autoload 'mastodon-auth--user-acct "mastodon-auth") (autoload 'mastodon-tl--poll-vote "mastodon-http") |