emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-patches] [COMMIT] * lisp/emms-setup.el: Move emms-lastfm-client to


From: Yoni Rabkin
Subject: [Emms-patches] [COMMIT] * lisp/emms-setup.el: Move emms-lastfm-client to emms-all.
Date: Sat, 27 Mar 2010 12:58:25 +0300

---
 lisp/emms-setup.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/emms-setup.el b/lisp/emms-setup.el
index 04cf404..ddfb81a 100644
--- a/lisp/emms-setup.el
+++ b/lisp/emms-setup.el
@@ -110,7 +110,8 @@ stable features which come with the Emms distribution."
     (require 'emms-playlist-sort)
     (require 'emms-browser)
     (require 'emms-mode-line-icon)
-    (require 'emms-cue))
+    (require 'emms-cue)
+    (require 'emms-lastfm-client))
   ;; setup
   (emms-mode-line 1)
   (emms-mode-line-blank)
@@ -139,8 +140,7 @@ on the edge."
     (require 'emms-i18n)
     (require 'emms-tag-editor)
     (require 'emms-volume)
-    (require 'emms-playlist-limit)
-    (require 'emms-lastfm-client))
+    (require 'emms-playlist-limit))
   ;; setup
   (add-hook 'emms-player-started-hook 'emms-last-played-update-current)
   (emms-score 1)
-- 
debian.1.5.6.1.19.ge6b2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]