diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:04:55 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:04:55 +0200 |
commit | cf02b35a4170bbde1d36a24591e11d553f0be58f (patch) | |
tree | a37c8fecbf79edba729777d77b9f4af57ca59b5a /lisp/mastodon.el | |
parent | 6b88c28779bd64aaf56c9d1e0c5fced77a506c0a (diff) |
autoload profile-account-settings in mastodon.el
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 bc624d9..e50d5c1 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -97,6 +97,7 @@ (autoload 'mastodon-toot--translate-toot-text "mastodon-toot")) (autoload 'mastodon-search--trending-tags "mastodon-search") (autoload 'mastodon-profile-fetch-server-account-settings "mastodon-profile") +(autoload 'mastodon-profile-account-settings "mastodon-profile") (defgroup mastodon nil "Interface with Mastodon." |