aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/emms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms.el b/lisp/emms.el
index 0fc3a68..b101054 100644
--- a/lisp/emms.el
+++ b/lisp/emms.el
@@ -285,7 +285,7 @@ The modified track is passed as the argument to this function."
:group 'emms
:type 'function)
-(defcustom emms-directory "~/.emacs.d/emms"
+(defcustom emms-directory (expand-file-name "emms" user-emacs-directory)
"*Directory variable from which all other emms file variables are derived."
:group 'emms
:type 'string)