emacs/code/elpa/all-the-icons-20230316.1906/all-the-icons-pkg.el

13 lines
428 B
EmacsLisp
Raw Normal View History

2023-03-22 11:44:34 +00:00
(define-package "all-the-icons" "20230316.1906" "A library for inserting Developer icons"
'((emacs "24.3"))
2023-03-22 11:44:34 +00:00
:commit "d922aff57ac8308d3ed067f9151cc76d342855f2" :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: