aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-02-13 11:52:50 +0100
committermousebot <mousebot@riseup.net>2022-02-13 11:52:50 +0100
commit6c8caed00adf1d6e3ba1f81a91489ecb66deefb2 (patch)
treed6aa7718ddd0bcf039f48307726d111f2e083d51 /lisp/mastodon.el
parent5a0cc2fcc5fa0dad2d884dcc9989222d6df9e88e (diff)
parent8a29dcda6827e97b742bb718eb3a7687497f5261 (diff)
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index f65a86d..a52bf41 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -5,7 +5,7 @@
;; Maintainer: Marty Hiatt <martianhiatus@riseup.net>
;; Version: 0.10.0
;; Package-Requires: ((emacs "27.1") (request "0.3.2") (seq "1.0"))
-;; Homepage: https://git.blast.noho.st/mouse/mastodon.el
+;; Homepage: https://codeberg.org/martianh/mastodon.el
;; This file is not part of GNU Emacs.
@@ -32,7 +32,6 @@
;;; Code:
(require 'cl-lib) ; for `cl-some' call in mastodon
-;; hack to make mastodon-toot customizes visible prior to running mastodon-toot:
(require 'mastodon-toot)
(declare-function discover-add-context-menu "discover")