summaryrefslogtreecommitdiff
path: root/elpa/all-the-icons-20220325.1238/all-the-icons-pkg.el
blob: b606660704aeea1170b52e4e91477cec227e9d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
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: