confi-emacs-inicial/elpa/all-the-icons-20200923.1339/all-the-icons-pkg.el

14 lines
450 B
EmacsLisp
Raw Normal View History

2020-10-06 10:26:19 +02:00
(define-package "all-the-icons" "20200923.1339" "A library for inserting Developer icons"
2020-08-02 07:57:21 +02:00
'((emacs "24.3")
(memoize "1.0.1"))
2020-10-06 10:26:19 +02:00
:commit "6917b08f64dd8487e23769433d6cb9ba11f4152f" :keywords
2020-08-02 07:57:21 +02:00
'("convenient" "lisp")
:authors
'(("Dominic Charlesworth" . "dgc336@gmail.com"))
:maintainer
'("Dominic Charlesworth" . "dgc336@gmail.com")
:url "https://github.com/domtronn/all-the-icons.el")
;; Local Variables:
;; no-byte-compile: t
;; End: