diff options
author | lucas <lucas> | 2006-04-01 18:54:00 +0000 |
---|---|---|
committer | lucas <mwolson@gnu.org> | 2006-04-01 18:54:00 +0000 |
commit | 9d41c3807c00593c7c18bd144712ce2a0a414dd6 (patch) | |
tree | 2e7c8e9895a36360bbe1ed0cb5ac973d520e42a9 | |
parent | c7ff450e200e3ee324c26d8752bc90e672552789 (diff) |
emms-info-libtag.el: Add a warning about the possible conflict with emms-info-mp3info
darcs-hash:20060401185421-4f952-ca0419414afbe93766a07c7e396d4ac8cf586f44.gz
-rw-r--r-- | emms-info-libtag.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emms-info-libtag.el b/emms-info-libtag.el index e3b7d9a..0e6e66e 100644 --- a/emms-info-libtag.el +++ b/emms-info-libtag.el @@ -33,6 +33,13 @@ ;; (require 'emms-info-libtag) ;; (add-to-list 'emms-info-functions 'emms-info-libtag) +;; Note that you should remove emms-info-mp3info and emms-info-ogginfo +;; from the emms-info-functions list if you want to avoid +;; conflicts. For example, to set libtag as your exclusive info +;; provider: + +;; (setq emms-info-functions '(emms-info-libtag)) + ;;; Code: (require 'emms-info) |