aboutsummaryrefslogtreecommitdiff
path: root/emms-setup.el
diff options
context:
space:
mode:
authoryonirabkin <yonirabkin>2005-11-07 03:42:00 +0000
committeryonirabkin <mwolson@gnu.org>2005-11-07 03:42:00 +0000
commite169a8955ba16794d0a0ee28abd48e6d78720ffc (patch)
tree4941b28f257e7339361e608c4ba9770e6ee66a30 /emms-setup.el
parent9aa9ca1f92704131ed432e2923384f70e315c100 (diff)
Finished rewriting manual
darcs-hash:20051107034232-be80e-2dd881001cb4561318979c1595186510b906dc80.gz
Diffstat (limited to 'emms-setup.el')
-rw-r--r--emms-setup.el14
1 files changed, 13 insertions, 1 deletions
diff --git a/emms-setup.el b/emms-setup.el
index 6e4a424..e2ffaf1 100644
--- a/emms-setup.el
+++ b/emms-setup.el
@@ -21,7 +21,19 @@
;; Boston, MA 02110-1301 USA
;;; Commentary:
+
+;; This file provides the `emms-setup' feature. With `emms-setup' we
+;; can setup Emms with different features enabled. The use of this
+;; feature is documented in the Emms manual which is distributed with
+;; Emms.
+;;
+;; The use this feature we can invoke:
+;;
+;; (require 'emms-setup)
+;; (emms-all)
;;
+;; The first command loads the feature into Emacs and the second
+;; chooses the `emms-all' level.
;;; Code:
@@ -73,7 +85,6 @@ stable features which come with the Emms distribution."
;; include
(emms-standard)
;; define
- (require 'emms-metaplaylist-mode)
(require 'emms-mode-line)
(require 'emms-streams)
(require 'emms-lyrics)
@@ -93,6 +104,7 @@ on the edge."
;; include
(emms-all)
;; define
+ (require 'emms-metaplaylist-mode)
(require 'emms-stream-info)
(require 'emms-playlist-sort))