summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2014-06-29 11:56:08 +0100
committerSteve Purcell <steve@sanityinc.com>2014-06-29 11:56:08 +0100
commit2aa5215ba718f49873f373a8bd231623e354de58 (patch)
tree9fa980d25dec2349871b2fbfa54904c8b9b1e9dd
parent0071aa6b85b5a932d42f268f3db75ce1afc342b5 (diff)
downloadsnakemake-mode-2aa5215ba718f49873f373a8bd231623e354de58.tar.gz
Declare dependency on Emacs 24
There's no currently-maintained version of python.el for Emacs 23, whereas that library is shipped with Emacs 24. It makes sense, then, to mark this package for Emacs 24+ only.
-rw-r--r--snakemake-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 5ededc9..c65e60f 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -6,6 +6,7 @@
;; URL: https://github.com/kyleam/snakemake-mode
;; Keywords: tools
;; Version: 0.1.0
+;; Package-Requires: ((emacs "24"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by