From a82bb8291554cae73b00a4f8d89929eff3f832ec Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 4 Jun 2012 14:35:54 +0100 Subject: [PATCH] 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 :) --- recipes/tomorrow-night-paradise-theme.rcp | 1 + recipes/tomorrow-theme.rcp | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes/tomorrow-night-paradise-theme.rcp b/recipes/tomorrow-night-paradise-theme.rcp index 615991b0..9a747e70 100644 --- a/recipes/tomorrow-night-paradise-theme.rcp +++ b/recipes/tomorrow-night-paradise-theme.rcp @@ -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)) diff --git a/recipes/tomorrow-theme.rcp b/recipes/tomorrow-theme.rcp index 2da2b715..fdd6ca86 100644 --- a/recipes/tomorrow-theme.rcp +++ b/recipes/tomorrow-theme.rcp @@ -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))