From f748f65bff472a109a39b46bbb2b072748ecf896 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Fri, 22 Apr 2022 18:51:26 +0200 Subject: [PATCH] Remove the emms workaround, since I have gotten emms fixed --- README.org | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.org b/README.org index 2d52477..752e60b 100644 --- a/README.org +++ b/README.org @@ -3625,10 +3625,6 @@ use with =elfeed=. (custom-set-variables '(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 (custom-set-variables `(emms-streams-file ,(no-littering-expand-etc-file-name "emms/streams.emms")))