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:
Daniel - 2020-08-12 21:59:09 +02:00
parent 839420a0ee
commit abc06188b7
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 10 deletions

10
init.el
View File

@ -2106,16 +2106,6 @@ With given ARG, display files in `db/important-document-path."
db/emms-track-description
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
:init (setq db/auto-playlist-file-function
#'(lambda ()