9da3ffee41
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.
14 lines
475 B
EmacsLisp
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:
|