summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-31 20:27:27 +0100
committerjao <jao@gnu.org>2021-05-31 20:27:27 +0100
commit08876c776d423cd0d5f651bdc054cb6d48aae7fc (patch)
treee77a2f92fb1e783a91e25f2bdc7d00e9893a319e /init.org
parent83d492d36407588707e41098381328e8b1ebe26c (diff)
downloadelibs-08876c776d423cd0d5f651bdc054cb6d48aae7fc.tar.gz
elibs-08876c776d423cd0d5f651bdc054cb6d48aae7fc.tar.bz2
mpc seek
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)