mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[emacs] Add rich discord presence
This commit is contained in:
parent
0e1ed12d41
commit
04b14c0533
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
(package! counsel)
|
||||
(package! desktop-environment)
|
||||
(package! elcord)
|
||||
(package! emms)
|
||||
(package! exwm)
|
||||
(package! gnuplot)
|
||||
|
|
Loading…
Reference in a new issue