From 7535514c04df671f39b7fb1b6c18bd52363f54f1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 23 Nov 2023 09:24:32 +0000 Subject: [PATCH] Change matrix server used by emacs/pantalaimon --- home/emacs/default.nix | 4 ++-- home/emacs/init.el | 2 +- home/emacs/init.org | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/emacs/default.nix b/home/emacs/default.nix index cc9475c8..8c02afd9 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -122,11 +122,11 @@ SSL = true; }; local-matrix = { - Homeserver = "https://matrix.tchncs.de"; + Homeserver = "https://matrix.xenia.me.uk"; ListenAddress = "127.0.0.1"; ListenPort = 8008; SSL = false; - UseKeyring = false; + UseKeyring = true; IgnoreVerification = true; }; }; diff --git a/home/emacs/init.el b/home/emacs/init.el index e1aa0919..6593fed6 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -686,7 +686,7 @@ "Connect to ement.el by calling `ement-connect' with pantalaimon service as uri-prefix" (interactive) (ement-connect - :user-id "@tux922:tchncs.de" + :user-id "@evie:xenia.me.uk" :uri-prefix "http://localhost:8008")) (use-package ement diff --git a/home/emacs/init.org b/home/emacs/init.org index b69c0e06..05938456 100644 --- a/home/emacs/init.org +++ b/home/emacs/init.org @@ -815,7 +815,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]] "Connect to ement.el by calling `ement-connect' with pantalaimon service as uri-prefix" (interactive) (ement-connect - :user-id "@tux922:tchncs.de" + :user-id "@evie:xenia.me.uk" :uri-prefix "http://localhost:8008")) (use-package ement