Change matrix server used by emacs/pantalaimon

This commit is contained in:
Evie Litherland-Smith 2023-11-23 09:24:32 +00:00
parent 73db0599ff
commit 7535514c04
3 changed files with 4 additions and 4 deletions

View file

@ -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;
};
};

View file

@ -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

View file

@ -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