aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2018-10-05 14:47:21 -0400
committerYoni Rabkin <yoni@rabkins.net>2018-10-05 14:47:21 -0400
commit67c49998da1812b50f645d255898c1fc40d2a10a (patch)
tree5d0caf55f2f6ea4dbbce0fec1b98f2a5f12ba5e0 /lisp
parent8d35c26cd6f5cfd4ec97ee5bc274e931809f4094 (diff)
* lisp/emms.el: default to emms-playlist-mode
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms.el b/lisp/emms.el
index 9014924..d78c799 100644
--- a/lisp/emms.el
+++ b/lisp/emms.el
@@ -152,7 +152,7 @@ sorts before the second (see `sort')."
:type 'string
:group 'emms)
-(defcustom emms-playlist-default-major-mode major-mode
+(defcustom emms-playlist-default-major-mode 'emms-playlist-mode
"*The default major mode for EMMS playlist."
:type 'function
:group 'emms)