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

14 lines
450 B
EmacsLisp
Raw Normal View History

2020-08-02 07:57:21 +02:00
(define-package "all-the-icons" "20200527.1304" "A library for inserting Developer icons"
'((emacs "24.3")
(memoize "1.0.1"))
:commit "ed8e44de4fa601309d2bba902c3b37cb73e4daa0" :keywords
'("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: