el-get/recipes/tomorrow-theme.rcp
Jim Myhrberg a82bb82915 Add version requirement to tomorrow and tomorrow-night-paradise themes
Additionally, as far as I can tell both `naquadah-theme` and
`zenburn-theme` should have the same version requirement set. However,
I'll leave that to the respective authors in case I'm wrong :)
2012-06-04 14:35:54 +01:00

10 lines
371 B
Plaintext

(:name tomorrow-theme
:description "Colour Schemes for Hackers"
:website "https://github.com/chriskempson/tomorrow-theme"
:type github
:pkgname "chriskempson/tomorrow-theme"
:load-path "GNU Emacs"
:minimum-emacs-version 24
:post-init (add-to-list 'custom-theme-load-path
default-directory))