aboutsummaryrefslogtreecommitdiff
path: root/emms-streams.el
diff options
context:
space:
mode:
authorWilliam Xu <william.xwl@gmail.com>2007-10-12 02:45:00 +0000
committerWilliam Xu <william.xwl@gmail.com>2007-10-12 02:45:00 +0000
commita6fe65ef66255a80dbefd60c10225abe281c1dbd (patch)
tree92b463d42f66cb256da4bf2e59bba5b197c17ef3 /emms-streams.el
parent9a84f872262624868c41c7dda9b907026f68304d (diff)
Move emms config files to a common directory: ~/.emacs.d/emms.
darcs-hash:20071012024503-cfa61-0e061f1f19c1ca449aa5ac6814ba2d720f14ed9e.gz
Diffstat (limited to 'emms-streams.el')
-rw-r--r--emms-streams.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-streams.el b/emms-streams.el
index d109547..8a97975 100644
--- a/emms-streams.el
+++ b/emms-streams.el
@@ -39,7 +39,7 @@
"*Add and play streams with EMMS."
:group 'emms)
-(defcustom emms-stream-bookmarks-file "~/.emacs.d/emms-streams"
+(defcustom emms-stream-bookmarks-file (nnheader-concat emms-directory "streams")
"*The file where you store your favorite emms streams."
:type 'file
:group 'emms-stream)