Archived
1
0
Fork 0
This repository has been archived on 2024-10-19. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/elpa/all-the-icons-20240623.1800/all-the-icons-pkg.el

15 lines
494 B
EmacsLisp
Raw Normal View History

2024-07-28 16:03:37 +00:00
(define-package "all-the-icons" "20240623.1800" "A library for inserting Developer icons"
2022-08-25 15:19:45 +00:00
'((emacs "24.3"))
2024-07-28 16:03:37 +00:00
:commit "39ef44f810c34e8900978788467cc675870bcd19" :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: