Current organization is: ,---- | emms-cache-file "~/.emms-cache" | emms-score-file "~/.emacs.d/emms-scores" | emms-history-file "~/.emacs.d/emms-history" | emms-streams-bookmarks-file "~/.emacs.d/emms-streams" `----
Maybe we should make them a bit more consistent? How about add a variable `emms-directory' as the base directory for storing these files? ,---- | (defvar emms-directory "~/.emms" | "*Directory variable from which all other emms file variables are derived.") `---- -- William http://williamxu.net9.org _______________________________________________ Emms-help mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emms-help
