From 5eec65024151aa1aff9f35f8730f54acd769852e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 24 Feb 2019 15:03:24 +0100 Subject: [PATCH] [EMMS] Store variable files in private directory --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 468a8d3..56261ce 100644 --- a/init.el +++ b/init.el @@ -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’