diff options
author | Michael Olson <mwolson@gnu.org> | 2006-04-09 00:35:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-04-09 00:35:00 +0000 |
commit | 2d70d0a638b8b1f790674ef7e31efb44ca671b0d (patch) | |
tree | 9af580dc01d4e04ba9079d6b6781b4c356f856dd /emms.texinfo | |
parent | d03e7d69061e98ae1b807a5a3e57ba4bd4e72885 (diff) |
emms-source-playlist: Get things working to my satisfaction, like saving playlists in different formats and (optionally) being prompted for which format.
darcs-hash:20060409003540-1bfb2-4aedadb4bc109afb1aaf6b96530e61d6a9f19201.gz
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emms.texinfo b/emms.texinfo index f64cb31..8f71b09 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -265,6 +265,7 @@ sources for tracks (trivial file system based sources, such as this @lisp (require 'emms-player-simple) (require 'emms-source-file) +(require 'emms-source-playlist) (setq emms-player-list '(emms-player-mpg321 emms-player-ogg123 emms-player-mplayer)) |