el-get/recipes/dream-theme.rcp
Simon Ye 585277b079 Change theme adding to custom-theme-load-path in :prepare instead of
:post-init.

Similar to other theme recipes.
2014-04-08 18:43:41 -07:00

8 lines
353 B
Plaintext

(:name dream-theme
:description "emacs color theme; inspired by sinburn/zenburn, but a bit darker; optimized for long coding sessions"
:website "https://github.com/djcb/dream-theme"
:type github
:pkgname "djcb/dream-theme"
:prepare (add-to-list 'custom-theme-load-path
default-directory))