getting rid of broken config

This commit is contained in:
Chris Cochrun 2025-10-16 06:16:09 -05:00
parent c8305877a8
commit be6bc3dbf8
2 changed files with 1 additions and 5 deletions

View file

@ -5814,11 +5814,9 @@ Matrix.el is a decent enough matrix client built in emacs. Like it.
"es" 'ement-directory-search
"em" 'ement-send-direct-message
"en" 'ement-notifications))
(ement-connect :uri-prefix "http://127.0.0.1:8008")
#+end_src
** Mastodon
I'd like to access the mastodon world through emacs too.
#+begin_src emacs-lisp

View file

@ -4305,8 +4305,6 @@ interfere with the default `bongo-playlist-buffer'."
"em" 'ement-send-direct-message
"en" 'ement-notifications))
(ement-connect :uri-prefix "http://127.0.0.1:8008")
(use-package mastodon
:config
(setq mastodon-instance-url "https://mastodon.online"