Setup emms to work with mpd

This commit is contained in:
g1n 2021-05-21 18:47:59 +03:00
parent d77f5a38f2
commit 94642a6550
1 changed files with 5 additions and 0 deletions

View File

@ -182,3 +182,8 @@
;(projects . 5) ;; have't install projectile yet
(agenda . 5)
(registers . 5)))
; EMMS
(require 'emms-setup)
(require 'emms-player-mpd)
(emms-all)