el-get/recipes/color-theme-sanityinc.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

11 lines
525 B
Plaintext

(:name color-theme-sanityinc
:description "Two pleasant medium-contrast Emacs color themes in light and dark flavours"
:type github
:pkgname "purcell/color-theme-sanityinc"
:depends color-theme
:post-init (progn
(autoload 'color-theme-sanityinc-light "color-theme-sanityinc"
"color-theme: sanityinc-light" t)
(autoload 'color-theme-sanityinc-dark "color-theme-sanityinc"
"color-theme: sanityinc-dark" t)))