diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | snakemake-mode.el | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -7,6 +7,11 @@ NEWS -- history of user-visible changes -*- mode: org; -*- - The 'cwl' keyword (new in Snakemake v4.8.0) and 'ancient' built-in are now recognized. +** Other changes + +- The minimum Emacs version is now specified as 24.5. Although the + previous specification was a looser "24", Snakemake's indentation + function is incompatible with Emacs 24.4 and below. * v1.3.0 diff --git a/snakemake-mode.el b/snakemake-mode.el index 4bef4f4..21b7b1f 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -6,7 +6,7 @@ ;; URL: https://github.com/kyleam/snakemake-mode ;; Keywords: tools ;; Version: 1.3.0 -;; Package-Requires: ((emacs "24") (cl-lib "0.5") (magit-popup "2.4.0")) +;; Package-Requires: ((emacs "24.5") (cl-lib "0.5") (magit-popup "2.4.0")) ;; 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 |