aboutsummaryrefslogtreecommitdiff
path: root/emms-setup.el
diff options
context:
space:
mode:
authorYe Wenbin <wenbinye@gmail.com>2006-12-07 06:35:00 +0000
committerYe Wenbin <wenbinye@gmail.com>2006-12-07 06:35:00 +0000
commitea35b0637aff4d1f61dac2d25b6556a4d939e6b4 (patch)
tree6fb4ef53684159f72de480d88a2950673b199794 /emms-setup.el
parentd87cd1c3112c9e916fc71fd41721726709cae7c0 (diff)
emms-i18n changes, add playlist navigate command, uniq playlist command
darcs-hash:20061207063510-94065-7726a0fc26d04c70038d5576a0a1451e7e71e368.gz
Diffstat (limited to 'emms-setup.el')
-rw-r--r--emms-setup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emms-setup.el b/emms-setup.el
index 599e479..854d6f3 100644
--- a/emms-setup.el
+++ b/emms-setup.el
@@ -125,6 +125,8 @@ on the edge."
(require 'emms-score)
(require 'emms-last-played)
(require 'emms-bookmarks)
+ (require 'emms-history)
+ (require 'emms-mark)
;; setup
(add-hook 'emms-player-started-hook 'emms-last-played-update-current))