From 0c61bf999d84fde50494cda09a643099a1946e9e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 15 Jun 2020 21:17:35 +0200 Subject: [PATCH] Remove emms-streams from helm-emms emms-streams has been rewritten completely and does not seem to work anymore. --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index ffaebd3..bdfdf63 100644 --- a/init.el +++ b/init.el @@ -2153,8 +2153,7 @@ in the main agenda view." :pin "melpa-stable" :commands (helm-emms) :init (setq helm-emms-use-track-description-function t - helm-emms-default-sources '(helm-source-emms-streams - helm-source-emms-dired + helm-emms-default-sources '(helm-source-emms-dired helm-source-emms-files)) :config (progn (require 'emms)