diff options
author | lucas <lucas> | 2007-08-02 21:08:00 +0000 |
---|---|---|
committer | lucas <mwolson@gnu.org> | 2007-08-02 21:08:00 +0000 |
commit | f8ba8c3683f3119e25f33d700cb900697716618b (patch) | |
tree | 7f7485415568eeef3a0fcf5b23c57bb95afea4e0 | |
parent | 62d77cbf6168261d67e037473f5ca600359dca93 (diff) |
emms-score.el: change score-file to something more sane
~/.emms can be an EMMS config file, whereas ~/.emacs.d/ is already used
to store the stream bookmarks file, so use it for the score file too.
darcs-hash:20070802210854-4f952-ca3be4ece10fd1dcca9e912afbfa9cd9eb40da66.gz
-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) |