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

15 lines
493 B
EmacsLisp
Raw Permalink Normal View History

2024-03-20 13:57:39 +00:00
(define-package "all-the-icons" "20240108.559" "A library for inserting Developer icons"
2022-08-25 15:19:45 +00:00
'((emacs "24.3"))
2024-03-20 13:57:39 +00:00
:commit "ee414384938ccf2ce93c77d717b85dc5538a257d" :authors
2023-08-10 14:03:04 +00:00
'(("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: