diff options
-rw-r--r-- | README.org | 4 | ||||
-rw-r--r-- | lisp/mastodon.el | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -319,13 +319,13 @@ PRs, issues, feature requests, and general feedback are very welcome! *** Features -1. Create an [[https://github.com/jdenen/mastodon.el/issues][issue]] detailing the feature you'd like to add. +1. Create an [[https://codeberg.org/martianh/mastodon.el/issues][issue]] detailing the feature you'd like to add. 2. Fork the repository and create a branch off of =develop=. 3. Create a pull request referencing the issue created in step 1. *** Fixes -1. In an [[https://github.com/jdenen/mastodon.el/issues][issue]], let me know that you're working to fix it. +1. In an [[https://codeberg.org/martianh/mastodon.el/issues][issue]], let me know that you're working to fix it. 2. Fork the repository and create a branch off of =develop=. 3. Create a pull request referencing the issue from step 1. diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 11741e1..7ec6ee3 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -92,6 +92,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." |