mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 11:08:38 +00:00
[emacs] Add ement.el for Matrix chat
This commit is contained in:
parent
c014d04b4a
commit
e5112bbe3b
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
(package! counsel)
|
||||
(package! desktop-environment)
|
||||
(package! elcord)
|
||||
(package! ement)
|
||||
(package! emms)
|
||||
(package! exwm)
|
||||
(package! gnuplot)
|
||||
|
|
Loading…
Reference in a new issue