[EMMS] Store variable files in private directory

This commit is contained in:
Daniel - 2019-02-24 15:03:24 +01:00
parent 10302c3368
commit 5eec650241
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 5 additions and 1 deletions

View File

@ -1943,7 +1943,11 @@
emms-show-format "NP: %s"
emms-stream-default-action "play"
emms-track-description-function 'db/emms-track-description
emms-playlist-default-major-mode 'emms-playlist-mode)
emms-playlist-default-major-mode 'emms-playlist-mode
emms-cache-file "~/.emacs.d/private/emms/cache"
emms-history-file "~/.emacs.d/private/emms/history"
emms-score-file "~/.emacs.d/private/emms/scores"
emms-stream-bookmarks-file "~/.emacs.d/private/emms/streams")
:config (progn
;; Initialization copied and adapted from `emms-setup