replace mpv with mpd on emms

This commit is contained in:
Sakooooo 2024-08-02 19:32:11 +04:00
parent 187aef8c51
commit 48ef9a229f
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1061,13 +1061,15 @@ Ill set this up later as well
(use-package subsonic)
#+end_src
** EMMS
good lodr emacs music
Emacs music player lmfao
#+begin_src emacs-lisp
(use-package emms
:config
(emms-all)
(setq emms-player-list '(emms-player-mpv))
(setq emms-player-list '(emms-player-mpd))
(setq emms-info-functions '(emms-info-mod))
(setq emms-source-file-default-directory "~/music")
;; TODO Keybinds maybe
)
#+end_src
** GPTel