el-get/recipes/color-theme.rcp
2012-03-03 22:57:00 +01:00

12 lines
516 B
Plaintext

(:name color-theme
:description "An Emacs-Lisp package with more than 50 color themes for your use. For questions about color-theme"
:website "http://www.nongnu.org/color-theme/"
:type http-tar
:options ("xzf")
:url "http://download.savannah.gnu.org/releases/color-theme/color-theme-6.6.0.tar.gz"
:load "color-theme.el"
:features "color-theme"
:post-init (progn
(color-theme-initialize)
(setq color-theme-is-global t)))