src_prepare-overlay/app-emacs/ement/files/ement-gentoo-pantalaimon.org
akater ec16256079
app-emacs/ement: New package and its dependencies
- app-emacs/ement
  Matrix client for GNU Emacs

- app-emacs/ement-extras
  My package; among other things, tries to make it easier to use E2EE

- app-emacs/defmacro-gensym
  My package; dependency for app-emacs/ement-extras

- app-emacs/plz
  Dependency for app-emacs/ement

- app-emacs/ts
  Dependency for app-emacs/ement

- net-im/pantalaimon
  Dependency for app-emacs/ement[e2e]
  net-im category is used because pantalaimon is a transparent proxy

- dev-python/janus-0.5
  Dependency for net-im/pantalaimon
2021-09-12 01:01:25 +00:00

22 lines
541 B
Org Mode

#+title: Quick start with E2E encryption in Ement.el
* User config
You may
#+begin_src sh
ln -s /etc/ement/pantalaimon.conf ~/.config/pantalaimon/pantalaimon.conf
#+end_src
or do something equivalent. See [[/etc/ement/pantalaimon.conf][the config]], it's annotated.
* Starting the server
Start the server with e.g.
#+begin_src sh
pantalaimon --config ~/.config/pantalaimon/pantalaimon.conf
#+end_src
* Starting Ement with Pantalaimon
Follow [[file:README.org.bz2::*Encrypted room support through Pantalaimon][Ement's instructions]].