[oni-emms] Set up emms-mpd
This commit is contained in:
parent
269bd1a78c
commit
fdeeccf264
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2022.0817.142820
|
||||
;; Version: 2022.0826.220523
|
||||
;; Package-Requires: (emms)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -28,8 +28,14 @@
|
|||
|
||||
(require 'emms)
|
||||
(require 'emms-player-mpv)
|
||||
(require 'emms-player-mpd)
|
||||
|
||||
(add-to-list 'emms-info-functions 'emms-info-mpd)
|
||||
|
||||
(add-to-list 'emms-player-list 'emms-player-mpv)
|
||||
(add-to-list 'emms-player-list 'emms-player-mpd)
|
||||
|
||||
(setq emms-player-mpd-music-directory (expand-file-name "~/music"))
|
||||
|
||||
(provide 'oni-emms)
|
||||
;;; oni-emms.el ends here
|
||||
|
|
Loading…
Reference in a new issue