diff options
Diffstat (limited to 'emms-player-mpd.el')
| -rw-r--r-- | emms-player-mpd.el | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/emms-player-mpd.el b/emms-player-mpd.el index 1fd15f7..1fc42ec 100644 --- a/emms-player-mpd.el +++ b/emms-player-mpd.el @@ -74,6 +74,11 @@  ;;  ;; (add-to-list 'emms-info-functions 'emms-info-mpd) +;; To change the volume using MusicPD, do the following. +;; +;; (setq emms-volume-lower-function 'emms-volume-mpd-lower +;;       emms-volume-raise-function 'emms-volume-mpd-raise) +  ;; Add 'emms-player-mpd to the top of `emms-player-list'.  ;;  ;; (add-to-list 'emms-player-list 'emms-player-mpd) | 
