summaryrefslogtreecommitdiff
path: root/emacs.d/elpa/use-package-20200322.2110/use-package-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/elpa/use-package-20200322.2110/use-package-pkg.el')
-rw-r--r--emacs.d/elpa/use-package-20200322.2110/use-package-pkg.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/emacs.d/elpa/use-package-20200322.2110/use-package-pkg.el b/emacs.d/elpa/use-package-20200322.2110/use-package-pkg.el
new file mode 100644
index 0000000..d91e303
--- /dev/null
+++ b/emacs.d/elpa/use-package-20200322.2110/use-package-pkg.el
@@ -0,0 +1,13 @@
+(define-package "use-package" "20200322.2110" "A configuration macro for simplifying your .emacs"
+ '((emacs "24.3")
+ (bind-key "2.4"))
+ :keywords
+ '("dotemacs" "startup" "speed" "config" "package")
+ :authors
+ '(("John Wiegley" . "johnw@newartisans.com"))
+ :maintainer
+ '("John Wiegley" . "johnw@newartisans.com")
+ :url "https://github.com/jwiegley/use-package")
+;; Local Variables:
+;; no-byte-compile: t
+;; End: