🐛 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
|
#+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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue