Commit Graph

5 Commits

Author SHA1 Message Date
Ryan C. Thompson
14521669f5 Put autoloads in ":prepare" instead of ":post-init" 2012-02-28 16:39:10 -08:00
Ryan C. Thompson
7a4490fae2 Eliminate lambdas from :post-init in recipes 2012-02-22 14:46:21 -08:00
Kyle Hargraves
0b2df264e2 use autoloads for all color themes 2011-10-16 12:33:53 -05:00
Kyle Hargraves
3d350c2823 color themes depend on color-theme and are automatically required
Autoloads are rarely (if ever?) present for color themes. color-theme-zenburn
installs its own in the :post-init hook, but that's not typically done for el-get
packages, so I've just added a :load or :feature property (depending on whether
the library provides a feature).

For color-theme-twilight, the current version available automatically installs
itself as the current color theme, so the :feature property is omitted. I have a
pull request in to the project, so if that's fixed, I'll add it.
2011-10-14 13:59:54 -05:00
Dimitri Fontaine
6d86094816 Rename recipe files from *.el to *.rcp, assorted changes. 2011-09-06 21:22:46 +02:00