diff options
| -rw-r--r-- | emms-playlist-mode.el | 3 | ||||
| -rw-r--r-- | emms.texinfo | 3 | 
2 files changed, 4 insertions, 2 deletions
| diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index c41cbe3..e3ae807 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -128,10 +128,9 @@ This is true for every invocation of `emms-playlist-mode-go'."      (define-key map (kbd "d") 'emms-playlist-mode-kill-entire-track)      (define-key map (kbd "n") 'emms-next)      (define-key map (kbd "p") 'emms-previous) - +    (define-key map (kbd "SPC") 'scroll-up)      (define-key map (kbd ">") 'emms-seek-forward)      (define-key map (kbd "<") 'emms-seek-backward) -      (define-key map (kbd "P") 'emms-pause)      (define-key map (kbd "s") 'emms-stop)      (define-key map (kbd "f") 'emms-show) diff --git a/emms.texinfo b/emms.texinfo index db4bd60..6c80c88 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -849,6 +849,9 @@ Display the current track in the center of the screen.  @findex emms-playlist-mode-play-current-track  Start playing the track under point. Note that this is also available  with @kbd{<mouse-2>}. +@item SPC +@findex scroll-up +Scroll up a near full page.  @item M-<  @findex emms-playlist-mode-first  Go to the first track in the playlist. @kbd{M->} completes this | 
