🐛 Fix mastodon configuration

This commit is contained in:
Marcel Kapfer 2025-06-28 15:19:07 +02:00
parent 2f254c4260
commit 61fdbfe5d8
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -2451,9 +2451,10 @@ Emacs client for Mastodon.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package mastodon (use-package mastodon
:config :custom
(setq mastodon-instance-url "https://fosstodon.org" (mastodon-instance-url "https://fosstodon.org")
mastodon-active-user "mmk2410") (mastodon-active-user "mmk2410")
(mastodon-auth-use-auth-source t)
:bind ("C-c M" . mastodon)) :bind ("C-c M" . mastodon))
#+end_src #+end_src