hi
This commit is contained in:
parent
60f90ec63c
commit
9378f86c43
1 changed files with 5 additions and 1 deletions
|
@ -1289,7 +1289,11 @@ okay this one is a bit more understandable
|
|||
** Discord RPC
|
||||
#+begin_src emacs-lisp
|
||||
(use-package elcord
|
||||
:hook (projectile-mode . elcord-mode))
|
||||
:init
|
||||
(setq elcord-display-buffer-details nil)
|
||||
(setq elcord-use-major-mode-as-main-icon t)
|
||||
(elcord-mode)
|
||||
)
|
||||
#+end_src
|
||||
** Email
|
||||
This ONLY works on Linux and Darwin
|
||||
|
|
Loading…
Reference in a new issue