aboutsummaryrefslogtreecommitdiff
path: root/emms-streams.el
diff options
context:
space:
mode:
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)