From 15cc38d6e87a0e33387ccb3906718c285c4c2c93 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Sun, 2 Apr 2023 19:44:35 +0200 Subject: [PATCH] Add mastodon mode --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index c90b96c..686edcb 100644 --- a/init.el +++ b/init.el @@ -513,6 +513,12 @@ (elfeed-org) (setq rmh-elfeed-org-files (list "~/notes/elfeed.org"))) +(use-package mastodon + :straight t + :config + (setq mastodon-instance-url "https://mathstodon.xyz" + mastodon-active-user "dlzv")) + (use-package pdf-tools :straight t :load-path "site-lisp/pdf-tools/lisp"