el-get/recipes/sublime-themes.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
245 B
Plaintext

(:name sublime-themes
:description "color themes"
:type github
:prepare (add-to-list 'custom-theme-load-path
(concat default-directory "themes"))
:pkgname "owainlewis/emacs-color-themes")