diff options
author | Michael Olson <mwolson@gnu.org> | 2007-03-04 07:59:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-03-04 07:59:00 +0000 |
commit | e33815846acddb8a6ee683935777403748c4a29a (patch) | |
tree | ed3485bcefe796173e6618b4644f36d3d8df9c7f | |
parent | 53cbbecf7d49adf53b639df13df099f446f8a1ac (diff) |
emms-player-mpd: Stylize Lisp code in documentation
darcs-hash:20070304075903-1bfb2-115b9f1758a4dd677989f03493b255ae724d6b58.gz
-rw-r--r-- | emms-player-mpd.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/emms-player-mpd.el b/emms-player-mpd.el index 29da9d8..f329f0c 100644 --- a/emms-player-mpd.el +++ b/emms-player-mpd.el @@ -62,25 +62,25 @@ ;; `emms-player-mpd-server-port' to match the location and port of ;; your MusicPD server. ;; -;; (setq emms-player-mpd-server-name "localhost") -;; (setq emms-player-mpd-server-port "6600") +;; (setq emms-player-mpd-server-name "localhost") +;; (setq emms-player-mpd-server-port "6600") ;; If your MusicPD setup requires a password, you will need to do the ;; following. ;; -;; (setq emms-player-mpd-server-password "mypassword") +;; (setq emms-player-mpd-server-password "mypassword") ;; To get track info from MusicPD, do the following. ;; -;; (add-to-list 'emms-info-functions 'emms-info-mpd) +;; (add-to-list 'emms-info-functions 'emms-info-mpd) ;; To change the volume using MusicPD, do the following. ;; -;; (setq emms-volume-change-function 'emms-volume-mpd-change) +;; (setq emms-volume-change-function 'emms-volume-mpd-change) ;; Add 'emms-player-mpd to the top of `emms-player-list'. ;; -;; (add-to-list 'emms-player-list 'emms-player-mpd) +;; (add-to-list 'emms-player-list 'emms-player-mpd) ;; If you use absolute file names in your m3u playlists (which is most ;; likely), make sure you set `emms-player-mpd-music-directory' to the |