From 61fdbfe5d8cf13162ec27968287de7b232b1cd58 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 28 Jun 2025 15:19:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20mastodon=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 790af50..9605dc0 100644 --- a/config.org +++ b/config.org @@ -2451,9 +2451,10 @@ Emacs client for Mastodon. #+begin_src emacs-lisp (use-package mastodon - :config - (setq mastodon-instance-url "https://fosstodon.org" - mastodon-active-user "mmk2410") + :custom + (mastodon-instance-url "https://fosstodon.org") + (mastodon-active-user "mmk2410") + (mastodon-auth-use-auth-source t) :bind ("C-c M" . mastodon)) #+end_src