emacs/org/elpa/all-the-icons-20230615.2016/all-the-icons-pkg.el

15 lines
494 B
EmacsLisp
Raw Normal View History

2023-08-10 14:03:04 +00:00
(define-package "all-the-icons" "20230615.2016" "A library for inserting Developer icons"
2022-08-25 15:19:45 +00:00
'((emacs "24.3"))
2023-08-10 14:03:04 +00:00
:commit "f491f39c21336d354e85bdb4cca281e0a0c2f880" :authors
'(("Dominic Charlesworth" . "dgc336@gmail.com"))
:maintainers
2022-08-25 15:19:45 +00:00
'(("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: