diff options
-rw-r--r-- | emms-player-simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-player-simple.el b/emms-player-simple.el index 2fb8b8c..659b9f8 100644 --- a/emms-player-simple.el +++ b/emms-player-simple.el @@ -167,7 +167,7 @@ the specified PARAMS." (emms-player-simple-regexp ".669" ".amf" ".dsm" ".far" ".gdm" ".it" ".imf" ".mod" ".med" ".mtm" ".okt" ".s3m" ".stm" ".stx" ".ult" ".apun" ".xm" ".mod") - "mikmod" "-q") + "mikmod" "-q" "-p" "1" "-X") (provide 'emms-player-simple) ;;; emms-player-simple.el ends here |