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

7 lines
237 B
Plaintext

(:name ujelly-theme
:description "ujelly theme for Emacs"
:type github
:pkgname "marktran/color-theme-ujelly"
:minimum-emacs-version 24
:prepare (add-to-list 'custom-theme-load-path default-directory))