el-get/recipes/gruber-darker-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
254 B
Plaintext

(:name gruber-darker-theme
:description "Gruber Darker color theme for Emacs 24"
:type github
:pkgname "rexim/gruber-darker-theme"
:prepare (add-to-list 'custom-theme-load-path
default-directory))