about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/all-the-icons-20180125.1557/all-the-icons-pkg.el
blob: 7b1dd90ed026327030c779848ad5c8e4858d90e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
(define-package "all-the-icons" "20180125.1557" "A library for inserting Developer icons"
  '((emacs "24.3")
    (memoize "1.0.1"))
  :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: