el-get/recipes/twilight-bright-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

9 lines
413 B
Plaintext

(:name twilight-bright-theme
:description "A Emacs port of the TextMate theme by the same name with some minor tweaks and additions."
:website "https://github.com/jimeh/twilight-bright-theme.el"
:type github
:pkgname "jimeh/twilight-bright-theme.el"
:minimum-emacs-version 24
:prepare (add-to-list 'custom-theme-load-path
default-directory))