From: alex Date: Fri, 21 Jun 2024 19:40:17 +0000 (+0200) Subject: Add Mastodon client X-Git-Tag: 20241020-emacs~146 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=f533be5f6237e3954542801fabf91bfa44299f5f;p=alex.git Add Mastodon client --- diff --git a/emacs/emacs.el b/emacs/emacs.el index e3fbc39..ca1f2b1 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -117,3 +117,9 @@ (use-package zmq :ensure t) (use-package jupyter :ensure t) + +(use-package mastodon + :ensure t + :config + (setq mastodon-instance-url "https://alex.femto.pub") + (setq mastodon-active-user "yo"))