el-get/recipes/color-theme-twilight.rcp

9 lines
367 B
Plaintext
Raw Normal View History

2010-09-10 03:18:42 +08:00
(:name color-theme-twilight
:description "Twilight color theme for GNU Emacs inspired by TextMate."
2010-09-10 03:18:42 +08:00
:type git
:url "http://github.com/crafterm/twilight-emacs.git"
:depends color-theme
2011-10-17 01:33:53 +08:00
:post-init (lambda ()
(autoload 'color-theme-twilight "color-theme-twilight"
"color-theme: twilight" t)))