aboutsummaryrefslogtreecommitdiff
path: root/emms-elpa.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-elpa.el')
-rw-r--r--emms-elpa.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/emms-elpa.el b/emms-elpa.el
new file mode 100644
index 0000000..a331445
--- /dev/null
+++ b/emms-elpa.el
@@ -0,0 +1,16 @@
+;;; emms-elpa.el --- The Emacs Multimedia System
+
+;; Copyright (C) 2020 Free Software Foundation, Inc.
+
+;; Author: the Emms developers (see AUTHORS file)
+;; Maintainer: Yoni Rabkin <yrk@gnu.org>
+;; Version: 5.4
+;; Keywords: emms, mp3, ogg, flac, music, mpeg, video, multimedia
+;; Package-Requires: ((cl-lib "0.5"))
+;; url: https://www.gnu.org/software/emms/
+
+;; This file serves as an interface to ELPA, so that Emms can be
+;; distributed as an Emacs Lisp Package. The following line ensures
+;; that the code in the "lisp" directory is loaded.
+
+;;;###autoload (load "lisp/emms-auto" nil 'nowarn)