aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-06-21 21:40:17 +0200
committeralexpdp7 <alex@corcoles.net>2024-06-21 19:41:15 +0000
commitf533be5f6237e3954542801fabf91bfa44299f5f (patch)
tree6d457413b0349546dedb52aa1aba9d866753f4b5 /emacs
parent8c719170c3121ee2834e2d72170fd596d5cee609 (diff)
Add Mastodon client
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index e3fbc392..ca1f2b18 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"))