🐛 Fix mastodon configuration
This commit is contained in:
parent
2f254c4260
commit
61fdbfe5d8
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue