diff options
author | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2014-02-22 22:30:01 -0500 |
---|---|---|
committer | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2014-02-22 22:30:01 -0500 |
commit | 2421caf63006e310f85a97143ba83f4f1b0d8391 (patch) | |
tree | e8a0540f3a8843d6f0cd17d8b8e236dd81a1feb2 /lisp | |
parent | 55e55efa6cac831c4266dc5c72e1e44da6db7336 (diff) |
* lisp/emms-setup.el: Remove Last.fm extension from setup.
This code currently doesn't work, so we don't need it loaded in the
setup.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-setup.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emms-setup.el b/lisp/emms-setup.el index 2761815..7f21c01 100644 --- a/lisp/emms-setup.el +++ b/lisp/emms-setup.el @@ -113,7 +113,6 @@ stable features which come with the Emms distribution." (require 'emms-browser) (require 'emms-mode-line-icon) (require 'emms-cue) - (require 'emms-lastfm-client) (require 'emms-bookmarks) (require 'emms-last-played)) ;; setup |