17ee0e400b
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
10 lines
355 B
EmacsLisp
10 lines
355 B
EmacsLisp
(define-package "doom-themes" "20180720.438" "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")
|
|
:url "https://github.com/hlissner/emacs-doom-theme")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|