[emacs] Add rich discord presence

This commit is contained in:
Correl Roush 2022-02-07 12:05:51 -05:00
parent 0e1ed12d41
commit 04b14c0533
2 changed files with 11 additions and 0 deletions

View file

@ -1749,3 +1749,13 @@ Make reading an open buffer an exercise in insanity.
(use-package! owo-mode
:commands owo-mode)
#+end_src
** Elcord
Emits rich presence to Discord.
#+begin_src emacs-lisp
(use-package! elcord
:config
(setq elcord-display-buffer-details nil
elcord-quiet t)
(elcord-mode t))
#+end_src

View file

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