commit 66b4ff1d4093388a2cdb1d78fcbe05b588b1482c
parent dd8ce88c8bb1c1aa1418f78e3b7c926f25645265
Author: Hugo Soucy <hugo.soucy@equisoft.com>
Date: Wed, 31 Jul 2019 10:29:33 -0400
Change the mastodon url
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/partials/extras.el b/partials/extras.el
@@ -66,7 +66,7 @@
:ensure t
:pin melpa
:config
- (setq mastodon-instance-url "https://mastodon.social"))
+ (setq mastodon-instance-url "https://mastodon.sdf.org"))
(use-package dumb-jump
;; jump to definition for multiple languages without configuration.