el-get/recipes/planet-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
355 B
Plaintext

(:name planet-theme
:type github
:description "Emacs 24+ theme inspired by the former color palette of Gmail's \"Planet\" theme."
:website "https://github.com/cmack/emacs-planet-theme"
:pkgname "cmack/emacs-planet-theme"
:minimum-emacs-version 24
:prepare (add-to-list 'custom-theme-load-path default-directory))