el-get/recipes/twilight-anti-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
422 B
Plaintext

(:name twilight-anti-bright-theme
:description "A light-on-dark Emacs theme inspired by the dark-on-light Twilight Bright TextMate theme."
:website "https://github.com/jimeh/twilight-anti-bright-theme"
:type github
:pkgname "jimeh/twilight-anti-bright-theme"
:minimum-emacs-version 24
:prepare (add-to-list 'custom-theme-load-path
default-directory))