el-get/recipes/naquadah-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
244 B
Plaintext

(:name naquadah-theme
:description "Naquadah theme for Emacs"
:type git
:url "git://git.naquadah.org/naquadah-theme.git"
:prepare (add-to-list 'custom-theme-load-path
default-directory))