diff options
author | Damien Elmes <emms@repose.cx> | 2006-07-04 12:56:00 +0000 |
---|---|---|
committer | Damien Elmes <emms@repose.cx> | 2006-07-04 12:56:00 +0000 |
commit | 7749a597540993c1fe49e086ff41623541658160 (patch) | |
tree | 0cb24133c09b04b1d9871b8aa468ede73cf050ef | |
parent | 9826f396b020fd61abcb7a0fd16b1d074a53c429 (diff) |
browser: add no-cover documentation
darcs-hash:20060704125634-4e3e3-f75ae479c99c8085119f4ce35698ad432ea635e4.gz
-rw-r--r-- | emms-browser.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emms-browser.el b/emms-browser.el index bfbae7d..8be96db 100644 --- a/emms-browser.el +++ b/emms-browser.el @@ -78,6 +78,17 @@ ;; scroll-up-aggressively 0.0 ;; scroll-down-aggressively 0.0 +;; To show a 'no cover' image for albums which don't have a cover, add +;; the following code to your .emacs: + +;; (setq emms-browser-default-covers +;; (list "/path/to/cover_small.jpg" nil nil) + +;; (the medium and large images can be set too, if you want) + +;; You can download an example 'no cover' image from: +;; http://repose.cx/cover_small.jpg + ;;; Code: (require 'emms) |