diff options
Diffstat (limited to 'init.org')
| -rw-r--r-- | init.org | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -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) | 
