summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2013-04-23 09:06:47 -0700
committerJohn Wiegley <johnw@newartisans.com>2013-04-23 09:06:47 -0700
commit5a799db5a173cad8e4a5f9f7e00a0a085215b76e (patch)
tree1c212eab9bc17f5d03cc6ac3115363bcbcd72c0f
parentef6b97c29fdbf5d95960c7c997172442aafba300 (diff)
parentb90161860706739b0835360c8fc58aea26409509 (diff)
downloademacs-5a799db5a1.tar.gz
Merge pull request from purcell/patch-1
Add Package-Requires header for ELPA installations GitHub-reference: https://github.com/jwiegley/use-package/issues/22
-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