aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2007-02-23 04:08:00 +0000
committerMichael Olson <mwolson@gnu.org>2007-02-23 04:08:00 +0000
commit5df575f17845dc18538cc124c07fa5bdd538704e (patch)
treee9cf0adb6c52640adcdd1936cbef3377d7e330db
parent07827ace695e03d5494530fbf369e507c32c4688 (diff)
manual: Mention how to set the default EMMS playlist mode
darcs-hash:20070223040831-1bfb2-210e874993e3389849ddcbfd68c253ac4aae3d07.gz
-rw-r--r--emms.texinfo16
1 files changed, 15 insertions, 1 deletions
diff --git a/emms.texinfo b/emms.texinfo
index 5970c3d..d72c534 100644
--- a/emms.texinfo
+++ b/emms.texinfo
@@ -821,6 +821,13 @@ information about Emms setup levels see @xref{Simple Setup}.
Switch to the current emms-playlist buffer and use emms-playlist-mode.
@end defun
+If you wish to make this the default EMMS playlist mode, add the
+following to your @file{.emacs}.
+
+@lisp
+(setq emms-playlist-default-major-mode 'emms-playlist-mode)
+@end lisp
+
The interactive playlist buffer shows the tracks in the current Emms
playlist in the order in which they will be played. The current track
will be highlighted.
@@ -937,6 +944,13 @@ executing @command{M-x emms-mark-mode} in a playlist buffer. You can
return to the default interactive playlist mode with @command{M-x
emms-mark-mode-disable}.
+If you wish to make this the default EMMS playlist mode, add the
+following to your @file{.emacs}.
+
+@lisp
+(setq emms-playlist-default-major-mode 'emms-mark-mode)
+@end lisp
+
@table @kbd
@item m
@findex emms-mark-forward
@@ -970,7 +984,7 @@ Deletes the marked tracks from the playlist.
@findex emms-mark-kill-marked-tracks
Deletes the marked tracks from the playlist and places them in the
kill-ring, so that you can @command{yank} in into another playlist.
-@item W
+@item W
@findex emms-mark-copy-marked-tracks
Adds the marked tracks to the kill-ring, so that you can @command{yank}
them into another playlist.