From be6bc3dbf8ebf257532d0c5fd23ab8a0d64904a2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 16 Oct 2025 06:16:09 -0500 Subject: [PATCH] getting rid of broken config --- README.org | 4 +--- init.el | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.org b/README.org index 6ee8fb64..05cdf2fb 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/init.el b/init.el index 89b17580..e0216ca6 100644 --- a/init.el +++ b/init.el @@ -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"