el-get/recipes/color-theme-tomorrow.rcp
Ryan C. Thompson 112a6c2e38 Merge branch 'lazy-fix' into recipe-auto-lambda
Conflicts:
	el-get.el
	recipes/clevercss.rcp
	recipes/coffee-mode.rcp
	recipes/full-ack.rcp
	recipes/mustache-mode.rcp
	recipes/n3-mode.rcp
	recipes/pylookup.rcp
	recipes/rhtml-mode.rcp
	recipes/sauron.rcp
	recipes/yaml-mode.rcp
2012-02-23 15:05:49 -08:00

17 lines
990 B
Plaintext

(:name color-theme-tomorrow
:description "Emacs highlighting using Chris Charles's Tomorrow color scheme"
:type github
:pkgname "ccharles/Tomorrow-Theme"
:depends color-theme
:post-init (progn
(autoload 'color-theme-tomorrow "GNU Emacs/color-theme-tomorrow"
"color-theme: tomorrow" t)
(autoload 'color-theme-tomorrow-night "GNU Emacs/color-theme-tomorrow"
"color-theme: tomorrow-night" t)
(autoload 'color-theme-tomorrow-night-eighties "GNU Emacs/color-theme-tomorrow"
"color-theme: tomorrow-night-eighties" t)
(autoload 'color-theme-tomorrow-night-blue "GNU Emacs/color-theme-tomorrow"
"color-theme: tomorrow-night-blue" t)
(autoload 'color-theme-tomorrow-night-bright "GNU Emacs/color-theme-tomorrow"
"color-theme: tomorrow-night-bright" t)))