Remove `helm-emms'
It was actually only used for playing EMMS streams, but since the implementation has been rewritten in EMMS, helm-emms does not work anymore. Replaced the radio playing functionality by a custom function, obsoleting helm-emms.
This commit is contained in:
parent
839420a0ee
commit
abc06188b7
10
init.el
10
init.el
@ -2106,16 +2106,6 @@ With given ARG, display files in `db/important-document-path’."
|
|||||||
db/emms-track-description
|
db/emms-track-description
|
||||||
db/emms-playlist-mode-insert-track))
|
db/emms-playlist-mode-insert-track))
|
||||||
|
|
||||||
(use-package helm-emms
|
|
||||||
:pin "melpa-stable"
|
|
||||||
:commands (helm-emms)
|
|
||||||
:init (setq helm-emms-use-track-description-function t
|
|
||||||
helm-emms-default-sources '(helm-source-emms-dired
|
|
||||||
helm-source-emms-files))
|
|
||||||
:config (progn
|
|
||||||
(require 'emms)
|
|
||||||
(require 'helm-adaptive)))
|
|
||||||
|
|
||||||
(use-package db-music
|
(use-package db-music
|
||||||
:init (setq db/auto-playlist-file-function
|
:init (setq db/auto-playlist-file-function
|
||||||
#'(lambda ()
|
#'(lambda ()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user