From 3f4a0d5370ae6c34afe180df96add3b8522f4af1 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 11 May 2022 09:23:58 -0400 Subject: initial commit --- elpa/all-the-icons-20220325.1238/all-the-icons-pkg.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 elpa/all-the-icons-20220325.1238/all-the-icons-pkg.el (limited to 'elpa/all-the-icons-20220325.1238/all-the-icons-pkg.el') diff --git a/elpa/all-the-icons-20220325.1238/all-the-icons-pkg.el b/elpa/all-the-icons-20220325.1238/all-the-icons-pkg.el new file mode 100644 index 0000000..b606660 --- /dev/null +++ b/elpa/all-the-icons-20220325.1238/all-the-icons-pkg.el @@ -0,0 +1,12 @@ +(define-package "all-the-icons" "20220325.1238" "A library for inserting Developer icons" + '((emacs "24.3")) + :commit "65c496d3d1d1298345beb9845840067bffb2ffd8" :authors + '(("Dominic Charlesworth" . "dgc336@gmail.com")) + :maintainer + '("Dominic Charlesworth" . "dgc336@gmail.com") + :keywords + '("convenient" "lisp") + :url "https://github.com/domtronn/all-the-icons.el") +;; Local Variables: +;; no-byte-compile: t +;; End: -- cgit v1.2.1