From 75edc70c4dc9ad0a821b8a00a5df1c5e10413e3c Mon Sep 17 00:00:00 2001 From: David Holm Date: Sat, 11 Jul 2015 18:46:29 +0200 Subject: [PATCH] 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. --- recipes/magit.rcp | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/magit.rcp b/recipes/magit.rcp index 51529a20..e878ee20 100644 --- a/recipes/magit.rcp +++ b/recipes/magit.rcp @@ -6,6 +6,7 @@ :branch "master" :minimum-emacs-version "24.4" :depends (dash) + :provide (with-editor) :info "Documentation" :load-path "lisp/" :compile "lisp/"