diff options
-rw-r--r-- | emms-score.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-score.el b/emms-score.el index 7236fb1..de9346d 100644 --- a/emms-score.el +++ b/emms-score.el @@ -70,7 +70,7 @@ (defvar emms-score-enabled-p nil "If non-nil, emms score is active.") -(defcustom emms-score-file "~/.emms/scores" +(defcustom emms-score-file "~/.emacs.d/emms-scores" "*Directory to store the score file." :type 'directory :group 'emms) |