el-get/recipes/solarized-emacs.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

9 lines
405 B
Plaintext

(:name solarized-emacs
:description "Solarized for Emacs is an Emacs port of the Solarized theme for vim, developed by Ethan Schoonover."
:website "https://github.com/bbatsov/solarized-emacs"
:minimum-emacs-version "24"
:type github
:pkgname "bbatsov/solarized-emacs"
:prepare (add-to-list 'custom-theme-load-path
default-directory))