[emacs] Add ement.el for Matrix chat

This commit is contained in:
Correl Roush 2023-05-29 19:48:34 -04:00
parent c014d04b4a
commit e5112bbe3b
2 changed files with 6 additions and 0 deletions

View file

@ -1228,6 +1228,11 @@ Prefer sending HTML-formatted messages with plain text as a fallback option
:user "correl/twitch"
:pass (lambda (&rest _) (+pass-get-secret "Social/znc.phoenixinquis.is-a-geek.org/correl")))))
#+end_src
*** Matrix
#+begin_src emacs-lisp
(use-package! ement
:commands 'ement-connect)
#+end_src
** Music
Configure EMMS for playing music files on my computer.

View file

@ -12,6 +12,7 @@
(package! counsel)
(package! desktop-environment)
(package! elcord)
(package! ement)
(package! emms)
(package! exwm)
(package! gnuplot)