From 0459003a1686b5742e660d08e7c936d1b06e8e7c Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sat, 17 Feb 2018 21:19:35 +0100 Subject: Set emms-directory according to user-emacs-directory --- lisp/emms.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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) -- cgit v1.2.3