Change matrix server used by emacs/pantalaimon
This commit is contained in:
parent
73db0599ff
commit
7535514c04
|
@ -122,11 +122,11 @@
|
||||||
SSL = true;
|
SSL = true;
|
||||||
};
|
};
|
||||||
local-matrix = {
|
local-matrix = {
|
||||||
Homeserver = "https://matrix.tchncs.de";
|
Homeserver = "https://matrix.xenia.me.uk";
|
||||||
ListenAddress = "127.0.0.1";
|
ListenAddress = "127.0.0.1";
|
||||||
ListenPort = 8008;
|
ListenPort = 8008;
|
||||||
SSL = false;
|
SSL = false;
|
||||||
UseKeyring = false;
|
UseKeyring = true;
|
||||||
IgnoreVerification = true;
|
IgnoreVerification = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -686,7 +686,7 @@
|
||||||
"Connect to ement.el by calling `ement-connect' with pantalaimon service as uri-prefix"
|
"Connect to ement.el by calling `ement-connect' with pantalaimon service as uri-prefix"
|
||||||
(interactive)
|
(interactive)
|
||||||
(ement-connect
|
(ement-connect
|
||||||
:user-id "@tux922:tchncs.de"
|
:user-id "@evie:xenia.me.uk"
|
||||||
:uri-prefix "http://localhost:8008"))
|
:uri-prefix "http://localhost:8008"))
|
||||||
|
|
||||||
(use-package ement
|
(use-package ement
|
||||||
|
|
|
@ -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"
|
"Connect to ement.el by calling `ement-connect' with pantalaimon service as uri-prefix"
|
||||||
(interactive)
|
(interactive)
|
||||||
(ement-connect
|
(ement-connect
|
||||||
:user-id "@tux922:tchncs.de"
|
:user-id "@evie:xenia.me.uk"
|
||||||
:uri-prefix "http://localhost:8008"))
|
:uri-prefix "http://localhost:8008"))
|
||||||
|
|
||||||
(use-package ement
|
(use-package ement
|
||||||
|
|
Loading…
Reference in a new issue