comment out the definition of the toggle commands.
This commit is contained in:
parent
45c588eb50
commit
9039e052eb
1 changed files with 6 additions and 7 deletions
13
empc.el
13
empc.el
|
|
@ -206,12 +206,11 @@ Return nil if the line should be ignored."
|
|||
(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")
|
||||
;; (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