tvl-depot/configs/shared/emacs/.emacs.d/elpa/doom-themes-20180909.1757/doom-themes-pkg.el
William Carroll 9da3ffee41 Update Emacs packages
This is a massive diff that I had to do in a hurry - when leaving
Urbint. I'm pretty sure that most of these are updating Emacs packages,
but I'm not positive.
2018-10-02 09:54:39 -04:00

14 lines
475 B
EmacsLisp

(define-package "doom-themes" "20180909.1757" "an opinionated pack of modern color-themes"
'((emacs "24.4")
(all-the-icons "1.0.0")
(cl-lib "0.5"))
:keywords
'("dark" "light" "blue" "atom" "one" "theme" "neotree" "icons" "faces" "nova")
:authors
'(("Henrik Lissner <http://github/hlissner>"))
:maintainer
'("Henrik Lissner" . "henrik@lissner.net")
:url "https://github.com/hlissner/emacs-doom-theme")
;; Local Variables:
;; no-byte-compile: t
;; End: