1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-02-12 12:29:54 -05:00

Add discord rich presence

This commit is contained in:
Jack Foltz 2019-02-04 23:50:28 -05:00
parent eef2ffeeb2
commit 4007a1d176
No known key found for this signature in database
GPG Key ID: E7B502AB1576E6CD

View File

@ -636,7 +636,16 @@ Hotkeys for jumping to characters with =f=
"f" 'avy-goto-char-in-line
"F" 'avy-goto-char))
#+END_SRC
** Discord Rich Presence
#+BEGIN_SRC emacs-lisp
(use-package elcord
:pin melpa
:commands elcord-mode
:general
(foltz-major-def
:keymaps 'prog-mode-map
"d" #'elcord-mode))
#+END_SRC
* Programming Packages Configuration
** Autocomplete and Formatting
*** Company