Use local version of `helm-emms'

This one works with emms 6.0 and later, even when including
`helm-source-emms-streams'.  Thus, we also use the default value of
`helm-emms-default-sources' again.
This commit is contained in:
Daniel - 2020-11-14 17:36:36 +01:00
parent a1b4d294c5
commit fca3c03107
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 4 deletions

View File

@ -2392,11 +2392,9 @@ With given ARG, display files in `db/important-document-path."
db/emms-playlist-mode-insert-track))
(use-package helm-emms
:pin "melpa-stable"
:load-path "~/Documents/projects/helm-emms/"
:commands (helm-emms)
:init (setq helm-emms-use-track-description-function t
helm-emms-default-sources '(helm-source-emms-dired
helm-source-emms-files))
:init (setq helm-emms-use-track-description-function t)
:config (progn
(require 'emms)
(require 'helm-adaptive)))