aboutsummaryrefslogtreecommitdiff
path: root/emms-setup.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-setup.el')
-rw-r--r--emms-setup.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-setup.el b/emms-setup.el
index 67d0aa0..d086878 100644
--- a/emms-setup.el
+++ b/emms-setup.el
@@ -118,10 +118,10 @@ the stable features which come with the Emms distribution."
(setq emms-track-description-function #'emms-info-track-description)
(when (fboundp 'emms-cache) ; work around compiler warning
(emms-cache 1))
- (emms-mode-line 1)
+ (emms-mode-line-mode 1)
(emms-mode-line-blank)
(emms-lyrics 1)
- (emms-playing-time 1)
+ (emms-playing-time-mode 1)
(add-hook 'emms-player-started-hook #'emms-last-played-update-current)
(emms-score 1))