aboutsummaryrefslogtreecommitdiff
path: root/emms-elpa.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2020-05-28 17:16:44 -0400
committerYoni Rabkin <yoni@rabkins.net>2020-05-28 17:16:44 -0400
commit3eed06dde4c683bb5f2f43a65a554900445351a0 (patch)
tree38dea81c6783aca85efd2507280d13260761415d /emms-elpa.el
parentecdac97e8a2aed88d37380daccc594e2bb54b7d8 (diff)
More elpa work.
Unfortunately, this commit is more of a "one step forward, two steps back" kind of situation.
Diffstat (limited to 'emms-elpa.el')
-rw-r--r--emms-elpa.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/emms-elpa.el b/emms-elpa.el
deleted file mode 100644
index a331445..0000000
--- a/emms-elpa.el
+++ /dev/null
@@ -1,16 +0,0 @@
-;;; 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)