Alejandro Erickson <[email protected]> writes:

> Bind keys for seek-more forward/backward.  It might make more sense to
> bind </> instead of ,/., but those were taken for seek 10 seconds.
> ---
>  lisp/emms-playlist-mode.el | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/lisp/emms-playlist-mode.el b/lisp/emms-playlist-mode.el
> index e8972c0..b4d3faa 100644
> --- a/lisp/emms-playlist-mode.el
> +++ b/lisp/emms-playlist-mode.el
> @@ -137,7 +137,9 @@ This is true for every invocation of 
> `emms-playlist-mode-go'."
>      (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-minute-forward)
>      (define-key map (kbd "<") 'emms-seek-backward)
> +    (define-key map (kbd ",") 'emms-seek-minute-backward)
>      (define-key map (kbd "P") 'emms-pause)
>      (define-key map (kbd "s") 'emms-stop)
>      (define-key map (kbd "f") 'emms-show)

Since patch 2/2 of this series removes the above, I assume you didn't
mean to send this.

-- 
   "Cut your own wood and it will warm you twice"

_______________________________________________
Emms-help mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to