summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2013-04-23 11:25:10 +0200
committerSteve Purcell <steve@sanityinc.com>2013-04-23 11:25:10 +0200
commitb90161860706739b0835360c8fc58aea26409509 (patch)
tree1c212eab9bc17f5d03cc6ac3115363bcbcd72c0f
parentef6b97c29fdbf5d95960c7c997172442aafba300 (diff)
downloademacs-b901618607.tar.gz
Add Package-Requires header for ELPA installations
-rw-r--r--lisp/use-package/use-package.el1
1 files changed, 1 insertions, 0 deletions
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 <jwiegley@gmail.com>
;; 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