Remove the emms workaround, since I have gotten emms fixed

This commit is contained in:
Gerard Vermeulen 2022-04-22 18:51:26 +02:00
parent 5245248921
commit f748f65bff

View File

@ -3625,10 +3625,6 @@ use with =elfeed=.
(custom-set-variables (custom-set-variables
'(emms-playlist-mode-center-when-go t))) '(emms-playlist-mode-center-when-go t)))
;; Interactive functions in `emms-streams' are undocumentend, since
;; they have their `interactive' calls before their documentation
;; strings. Furthermore, they have no autoload cookies.
(autoload 'emms-streams "emms-streams" nil t)
(with-eval-after-load 'emms-streams (with-eval-after-load 'emms-streams
(custom-set-variables (custom-set-variables
`(emms-streams-file ,(no-littering-expand-etc-file-name "emms/streams.emms"))) `(emms-streams-file ,(no-littering-expand-etc-file-name "emms/streams.emms")))