aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emms.el b/emms.el
index d25808d..ca618b0 100644
--- a/emms.el
+++ b/emms.el
@@ -256,6 +256,11 @@ The modified track is passed as the argument to this function."
:group 'emms
:type 'function)
+(defcustom emms-directory "~/.emacs.d/emms"
+ "*Directory variable from which all other emms file variables are derived."
+ :group 'emms
+ :type 'string)
+
(defvar emms-player-playing-p nil
"The currently playing EMMS player, or nil.")