Skip to content

Commit

Permalink
Use helm-spotify-plus instead of helm-spotify
Browse files Browse the repository at this point in the history
helm-spotify doesn't work anymore due to changes to the spotify web API
  • Loading branch information
leezu authored and syl20bnr committed Jan 23, 2018
1 parent 3ea3927 commit 08ec6ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layers/+web-services/spotify/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(setq spotify-packages
'(
spotify
(helm-spotify :toggle (configuration-layer/package-usedp 'helm))
(helm-spotify-plus :toggle (configuration-layer/package-usedp 'helm))
))

(defun spotify/init-spotify ()
Expand All @@ -28,7 +28,7 @@
"amsN" 'spotify-previous
"amsQ" 'spotify-quit))))

(defun spotify/init-helm-spotify ()
(use-package helm-spotify
(defun spotify/init-helm-spotify-plus ()
(use-package helm-spotify-plus
:defer t
:init (spacemacs/set-leader-keys "amsg" 'helm-spotify)))
:init (spacemacs/set-leader-keys "amsg" 'helm-spotify-plus)))

0 comments on commit 08ec6ad

Please sign in to comment.