From: Steve Purcell Date: Tue, 23 Apr 2013 09:25:10 +0000 (+0200) Subject: Add Package-Requires header for ELPA installations X-Git-Tag: emacs-29.0.90~1306^2~15^2~455^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b901618607;p=emacs.git Add Package-Requires header for ELPA installations --- diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 82868731cb5..896edeade97 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -5,6 +5,7 @@ ;; Author: John Wiegley ;; Created: 17 Jun 2012 ;; Version: 1.0 +;; Package-Requires: ((bind-key "1.0") (diminish "0.44")) ;; Keywords: dotemacs startup speed config package ;; X-URL: https://github.com/jwiegley/use-package