Minor ement fix

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2022-10-07 22:34:42 +02:00
parent b7a4d3f550
commit abaa5ec03d
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -9,12 +9,10 @@
:straight t)
(use-package ement
:straight '(ement :type git :host github :repo "alphapapa/ement.el")
:after 'password-store
:after (password-store)
:config
(ement-connect
:uri-prefix "http://localhost:8008"
:password (password-store-get "Matrix/@magic_rb:matrix.redalder.org")
:user-id "@magic_rb:matrix.redalder.org"))
#+end_src
#+RESULTS: