defining simple and toggling commands
This commit is contained in:
parent
2e9f7f265c
commit
b94981a996
1 changed files with 9 additions and 0 deletions
9
empc.el
9
empc.el
|
|
@ -140,5 +140,14 @@ return at the end of a request.")
|
|||
|
||||
(define-simple-command "play")
|
||||
(define-simple-command "stop")
|
||||
(define-simple-command "next")
|
||||
(define-simple-command "previous")
|
||||
|
||||
(define-toggle-command "consume")
|
||||
(define-toggle-command "random")
|
||||
(define-toggle-command "repeat")
|
||||
(define-toggle-command "single")
|
||||
(define-toggle-command "xfade")
|
||||
(define-toggle-command "pause")
|
||||
|
||||
(provide 'empc)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue