diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-05-27 15:40:42 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-05-27 15:40:42 -0400 |
commit | ecdac97e8a2aed88d37380daccc594e2bb54b7d8 (patch) | |
tree | 786043018fa71c4c20938c0d0242b1cf855d1c70 /emms-elpa.el | |
parent | 59cc585cfad3c2f666006e4b1c049dfa676fffd4 (diff) |
* emms-elpa.el: experiment with elpa integration
Diffstat (limited to 'emms-elpa.el')
-rw-r--r-- | emms-elpa.el | 16 |
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) |