diff options
author | William Xu <william.xwl@gmail.com> | 2007-03-05 05:44:00 +0000 |
---|---|---|
committer | William Xu <william.xwl@gmail.com> | 2007-03-05 05:44:00 +0000 |
commit | abf3484a89744526317f6e6e7fc9523580ed96d2 (patch) | |
tree | 26026aff508b386f522c88bf508c6d08497616c3 | |
parent | 2dcaf88e6262c701ab7a8f175a369de0a64b9876 (diff) |
emms-setup.el: Add emms-tag-editor module to `emms-devel'.
darcs-hash:20070305054414-cfa61-a5c5ca69aa0e732f705b2fdc4373f83dbb595bb6.gz
-rw-r--r-- | emms-setup.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emms-setup.el b/emms-setup.el index 5657c38..aa90dc0 100644 --- a/emms-setup.el +++ b/emms-setup.el @@ -130,6 +130,7 @@ on the edge." (require 'emms-history) (require 'emms-mark) (require 'emms-i18n) + (require 'emms-tag-editor) ;; setup (add-hook 'emms-player-started-hook 'emms-last-played-update-current)) |