Add emms and configure it to work with mpd.

This commit is contained in:
Mateus Pinto Rodrigues
2019-10-24 12:42:22 -03:00
parent d881154a27
commit 305b0f5a83
2 changed files with 22 additions and 0 deletions

View File

@@ -19,6 +19,12 @@
(exwm-config-default)
(require 'exwm-systemtray)
(exwm-systemtray-enable))
;; Multimedia
(use-package emms
:config
(load "~/.emacs.d/elisp/emms-mpd-setup.el"))
;; Programming environment
;; git
(use-package magit)