From 67c49998da1812b50f645d255898c1fc40d2a10a Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Fri, 5 Oct 2018 14:47:21 -0400 Subject: * lisp/emms.el: default to emms-playlist-mode --- lisp/emms.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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) -- cgit v1.2.3