[Helm] ‘helm-emms’ requires ‘helm-adaptive-sort’

Provide it.
This commit is contained in:
Daniel - 2017-07-18 18:22:52 +02:00
parent d064577b59
commit 943f96baec
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 6 additions and 4 deletions

10
init.el
View File

@ -1011,10 +1011,12 @@ _RET_: ?RET? _M_: ?M?
(use-package helm-emms (use-package helm-emms
:commands (helm-emms) :commands (helm-emms)
:config (setq helm-emms-default-sources :config (progn
'(helm-source-emms-streams (require 'helm-adaptive)
helm-source-emms-dired (setq helm-emms-default-sources
helm-source-emms-files))) '(helm-source-emms-streams
helm-source-emms-dired
helm-source-emms-files))))
;; * Shells and such ;; * Shells and such