Add connection to mpc

This commit is contained in:
g1n 2021-05-21 20:32:38 +03:00
parent 94642a6550
commit 5fdce552db
1 changed files with 5 additions and 0 deletions

View File

@ -187,3 +187,8 @@
(require 'emms-setup)
(require 'emms-player-mpd)
(emms-all)
(setq emms-player-mpd-server-name "localhost")
(setq emms-player-mpd-server-port "6601")
;; mpc
(setq mpc-host "localhost:6601")