From 3f4a0d5370ae6c34afe180df96add3b8522f4af1 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 11 May 2022 09:23:58 -0400 Subject: initial commit --- elpa/dash-20210826.1149/dash-pkg.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 elpa/dash-20210826.1149/dash-pkg.el (limited to 'elpa/dash-20210826.1149/dash-pkg.el') diff --git a/elpa/dash-20210826.1149/dash-pkg.el b/elpa/dash-20210826.1149/dash-pkg.el new file mode 100644 index 0000000..7dc2d7a --- /dev/null +++ b/elpa/dash-20210826.1149/dash-pkg.el @@ -0,0 +1,12 @@ +(define-package "dash" "20210826.1149" "A modern list library for Emacs" + '((emacs "24")) + :commit "da167c51e9fd167a48d06c7c0ee8e3ac7abd9718" :authors + '(("Magnar Sveen" . "magnars@gmail.com")) + :maintainer + '("Magnar Sveen" . "magnars@gmail.com") + :keywords + '("extensions" "lisp") + :url "https://github.com/magnars/dash.el") +;; Local Variables: +;; no-byte-compile: t +;; End: -- cgit v1.2.1