From 08876c776d423cd0d5f651bdc054cb6d48aae7fc Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 31 May 2021 20:27:27 +0100 Subject: mpc seek --- init.org | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.org') diff --git a/init.org b/init.org index 29e00bc..df1aa7c 100644 --- a/init.org +++ b/init.org @@ -2958,6 +2958,9 @@ (jao-mpc-setup) + (defun jao-mpc-seek-forward () (interactive) (jao-mpc-seek 10)) + (defun jao-mpc-seek-backward () (interactive) (jao-mpc-seek -10)) + (defalias 'jao-player-connect 'jao-mpc-connect) (defalias 'jao-player-toggle 'jao-mpc-toggle) (defalias 'jao-player-next 'jao-mpc-next) -- cgit v1.2.3