aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org4
-rw-r--r--lisp/mastodon.el1
2 files changed, 3 insertions, 2 deletions
diff --git a/README.org b/README.org
index ffe65df..99c5d01 100644
--- a/README.org
+++ b/README.org
@@ -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 da2d442..b169f00 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -101,6 +101,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."