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 :)
This commit is contained in:
Jim Myhrberg 2012-06-04 14:35:54 +01:00
parent 4ad42c3ba2
commit a82bb82915
2 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,6 @@
:website "https://github.com/jimeh/tomorrow-night-paradise-theme.el"
:type github
:pkgname "jimeh/tomorrow-night-paradise-theme.el"
:minimum-emacs-version 24
:post-init (add-to-list 'custom-theme-load-path
default-directory))

View File

@ -4,5 +4,6 @@
: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))