switching emms to use mpv instead of vlc
This commit is contained in:
parent
71568046fc
commit
5ef28cf34d
2 changed files with 4 additions and 4 deletions
4
init.el
4
init.el
|
@ -565,7 +565,6 @@ much faster. The hope is to also make this a faster version of imenu."
|
|||
(consult-imenu))
|
||||
|
||||
(use-package org
|
||||
:defer t
|
||||
:config
|
||||
(setq org-startup-indented t
|
||||
org-edit-src-content-indentation 0
|
||||
|
@ -3451,7 +3450,8 @@ interfere with the default `bongo-playlist-buffer'."
|
|||
:config
|
||||
(emms-all)
|
||||
(evil-collection-emms-setup)
|
||||
(setq emms-player-list '(emms-player-vlc))
|
||||
(setq emms-player-list '(emms-player-mpv)
|
||||
emms-player-mpv-parameters '("--quiet" "--really-quiet" "--no-audio-display" "--speed=1"))
|
||||
(setq emms-source-file-default-directory "~/music/"
|
||||
emms-tag-editor-tag-ogg-program "mid3v2")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue