recipe: magit: Provides with-editor

with-editor is registered as an individual package on MELPA but it is
provided by magit.  The version from MELPA complains because the el-get
version of dash is installed instead of the MELPA version.  By having
magit provide with-editor we avoid the issues of having MELPA's version
installed.
This commit is contained in:
David Holm 2015-07-11 18:46:29 +02:00
parent 79d4b6a691
commit 75edc70c4d

View File

@ -6,6 +6,7 @@
:branch "master" :branch "master"
:minimum-emacs-version "24.4" :minimum-emacs-version "24.4"
:depends (dash) :depends (dash)
:provide (with-editor)
:info "Documentation" :info "Documentation"
:load-path "lisp/" :load-path "lisp/"
:compile "lisp/" :compile "lisp/"