aboutsummaryrefslogtreecommitdiff
path: root/emms-cache.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-cache.el')
-rw-r--r--emms-cache.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-cache.el b/emms-cache.el
index fb3444c..6ec1751 100644
--- a/emms-cache.el
+++ b/emms-cache.el
@@ -56,7 +56,7 @@ This is used to cache over emacs sessions.")
(defvar emms-cache-dirty nil
"True if the cache has been updated since init.")
-(defcustom emms-cache-file "~/.emms-cache"
+(defcustom emms-cache-file (nnheader-concat emms-directory "cache")
"A file used to store cached file information over sessions."
:group 'emms
:type 'file)