summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-06-29 12:12:07 -0400
committerKyle Meyer <kyle@kyleam.com>2014-06-29 12:12:07 -0400
commite4f4f96fee612711cffba608c187310677386fe3 (patch)
tree343ca40cd92836ac7c789ffa6e0a30e113e2729f
parent4df67c24a62670c89638be0061e7c761f372d055 (diff)
parent2aa5215ba718f49873f373a8bd231623e354de58 (diff)
downloadsnakemake-mode-e4f4f96fee612711cffba608c187310677386fe3.tar.gz
Merge pull request #2 from purcell/patch-2
Declare dependency on Emacs 24
-rw-r--r--snakemake-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index d12b793..750e2f0 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