From f254f48573e3f41362392daf2e20b7ad03d3f51f Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 13 Oct 2022 20:32:48 +0200 Subject: [PATCH] Added a Mastodon client --- config.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.org b/config.org index 31a85ef..306ddbb 100644 --- a/config.org +++ b/config.org @@ -1948,6 +1948,19 @@ Source: [[https://github.com/fasheng/elfeed-protocol][GitHub: fasheng/elfeed-pro (elfeed-protocol-enable)) #+end_src +* Mastodon + +Emacs client for Mastodon. + +[[https://codeberg.org/martianh/mastodon.el][Codeberg: martianh/mastodon.el]] + +#+begin_src emacs-lisp +(use-package mastodon + :config + (setq mastodon-instance-url "https://fosstodon.org" + mastodon-active-user "mmk2410")) +#+end_src + * mu4e Managing e-mails is maybe one of the most critical tasks in my life. Over the last years I tried countless different clients, including the famous (neo)mutt, KMail, and Thunderbird. But it seems that I always go back to one specific: mu4e. Maybe because it is integrated in Emacs and Org-mode, maybe because I like using a keyboard-focused client and that's where I end. I don't now. But what I know is: I enjoy using it!