aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-setup.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emms-setup.el')
-rw-r--r--lisp/emms-setup.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emms-setup.el b/lisp/emms-setup.el
index c8cc2ae..a5bd504 100644
--- a/lisp/emms-setup.el
+++ b/lisp/emms-setup.el
@@ -143,7 +143,8 @@ on the edge."
;; setup
(add-hook 'emms-player-started-hook 'emms-last-played-update-current)
(emms-score 1)
- (emms-playlist-limit 1))
+ (emms-playlist-limit 1)
+ (add-to-list 'emms-info-functions 'emms-info-cueinfo))
;;;###autoload
(defun emms-default-players ()