[EMMS] Try to eliminate recursive ‘require’

This commit is contained in:
Daniel - 2017-11-14 14:59:13 +01:00
parent 5c9daa93f9
commit ec9510e24b
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
2 changed files with 0 additions and 5 deletions

View File

@ -935,7 +935,6 @@ Certificates are assumed to be of the form *.crt."
(use-package helm-emms
:commands (helm-emms)
:config (progn
(require 'db-emms)
(require 'helm-adaptive)
(setq helm-emms-default-sources
'(helm-source-emms-streams

View File

@ -31,9 +31,6 @@
;; Setup
(use-package emms-setup
:ensure emms)
(emms-all)
(emms-default-players)
@ -168,7 +165,6 @@ When NO-NEWLINE is non-nil, do not insert a newline after the track."
;; Streams
(require 'emms-stream-info)
(setq emms-stream-default-action "play")