;;; emms-elpa.el --- The Emacs Multimedia System ;; Copyright (C) 2020 Free Software Foundation, Inc. ;; Author: the Emms developers (see AUTHORS file) ;; Maintainer: Yoni Rabkin ;; 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)