summaryrefslogtreecommitdiff
path: root/elpa/use-package-20210207.1926/use-package-pkg.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
committermattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
commit3f4a0d5370ae6c34afe180df96add3b8522f4af1 (patch)
treeae901409e02bde8ee278475f8cf6818f8f680a60 /elpa/use-package-20210207.1926/use-package-pkg.el
initial commit
Diffstat (limited to 'elpa/use-package-20210207.1926/use-package-pkg.el')
-rw-r--r--elpa/use-package-20210207.1926/use-package-pkg.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/elpa/use-package-20210207.1926/use-package-pkg.el b/elpa/use-package-20210207.1926/use-package-pkg.el
new file mode 100644
index 0000000..9f0089b
--- /dev/null
+++ b/elpa/use-package-20210207.1926/use-package-pkg.el
@@ -0,0 +1,13 @@
+(define-package "use-package" "20210207.1926" "A configuration macro for simplifying your .emacs"
+ '((emacs "24.3")
+ (bind-key "2.4"))
+ :commit "a7422fb8ab1baee19adb2717b5b47b9c3812a84c" :authors
+ '(("John Wiegley" . "johnw@newartisans.com"))
+ :maintainer
+ '("John Wiegley" . "johnw@newartisans.com")
+ :keywords
+ '("dotemacs" "startup" "speed" "config" "package")
+ :url "https://github.com/jwiegley/use-package")
+;; Local Variables:
+;; no-byte-compile: t
+;; End: