Remove unnecessary require statements for `helm-emms`

The removed packages are loaded by `helm-emms` directly.
This commit is contained in:
Daniel - 2023-10-27 16:32:30 +02:00
parent dae26fcc5a
commit 88bc5b3162
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 4 deletions

View File

@ -2336,10 +2336,7 @@ eventuelly be set to nil, however)."
:init (setq helm-emms-use-track-description-function t
helm-emms-default-sources '(helm-source-emms-streams
helm-source-emms-dired
helm-source-emms-files))
:config (progn
(require 'emms)
(require 'helm-adaptive)))
helm-source-emms-files)))
(use-package image
:init (setq image-use-external-converter t))