diff options
author | Thanos Apollo <[email protected]> | 2024-01-25 07:29:28 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-25 07:29:28 +0200 |
commit | 1f13bae7af3635afe52c103e54bacb6b043956bb (patch) | |
tree | 772474ed6262e250b669e88e9590c0969f29d8f4 /.emacs.d | |
parent | ba1b855038da5fb6c15db53dbd751f183398efdd (diff) |
emacs:(emms) Update mpv parameters, add no-video
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8858809..9e7f65f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -378,7 +378,7 @@ emms-info-asynchronously t emms-show-format "♪ %s") (emms-default-players)) - (setf emms-player-mpv-parameters nil) + (setf emms-player-mpv-parameters '("--quiet" "--really-quiet" "--no-audio-display" "--no-video")) :bind (:map emms-playlist-mode-map (("A" . 'emms-add-directory-tree)))) |