summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 3 insertions, 0 deletions
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)