Replaced discord presence with a better one

lightmode
E. Almqvist 4 years ago
parent cdf6c28e82
commit 4c2081732a
  1. 3
      doom.d/.doom.d/config.el
  2. 1
      doom.d/.doom.d/packages.el

@ -57,6 +57,9 @@
(setq-default indent-tabs-mode 'only) (setq-default indent-tabs-mode 'only)
(setq-default tab-width 4) (setq-default tab-width 4)
; Elcord
(elcord-mode)
; NASM ; NASM
(add-to-list 'auto-mode-alist '("\\.nasm\\'" . nasm-mode)) (add-to-list 'auto-mode-alist '("\\.nasm\\'" . nasm-mode))

@ -51,3 +51,4 @@
;(package! discord-emacs :recipe (:host github :repo "nitros12/discord-emacs.el")) ;(package! discord-emacs :recipe (:host github :repo "nitros12/discord-emacs.el"))
(package! nasm-mode :recipe (:host github :repo "skeeto/nasm-mode")) (package! nasm-mode :recipe (:host github :repo "skeeto/nasm-mode"))
(package! elcord :recipe (:host github :repo "Mstrodl/elcord"))

Loading…
Cancel
Save