diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2018-10-05 14:47:21 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2018-10-05 14:47:21 -0400 |
commit | 67c49998da1812b50f645d255898c1fc40d2a10a (patch) | |
tree | 5d0caf55f2f6ea4dbbce0fec1b98f2a5f12ba5e0 /lisp | |
parent | 8d35c26cd6f5cfd4ec97ee5bc274e931809f4094 (diff) |
* lisp/emms.el: default to emms-playlist-mode
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms.el | 2 |
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) |