Tidy the emms configuration

This commit is contained in:
Gerard Vermeulen 2022-07-15 14:17:36 +02:00
parent 27b2dd133c
commit a2a10f1027

View File

@ -4164,7 +4164,7 @@ enable =emms=.
("https://www.lemonde.fr/blog/huet/feed/" sciences)))))
(with-eval-after-load 'elfeed-show
(when (require 'emms-setup nil 'noerror)
(when (fboundp 'emms-all)
(emms-all))))
#+end_src
@ -4183,7 +4183,8 @@ using =emms= with =elfeed=. Listing [[lst:configure-emms]] configures =emms=.
(when (ensure-package-installation 'emms)
(with-eval-after-load 'emms
(custom-set-variables
'(emms-player-list '(emms-player-mpd emms-player-mpv))))
'(emms-player-list '(emms-player-mpd emms-player-mpv)))
(emms-all))
(with-eval-after-load 'emms-mode-line
(custom-set-variables
@ -4212,8 +4213,7 @@ using =emms= with =elfeed=. Listing [[lst:configure-emms]] configures =emms=.
(with-eval-after-load 'emms-streams
(custom-set-variables
`(emms-streams-file
,(no-littering-expand-etc-file-name "emms/streams.emms")))
(emms-all)))
,(no-littering-expand-etc-file-name "emms/streams.emms")))))
#+end_src
*** Taming spurious buffers