diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-08-16 20:30:44 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-08-16 20:30:44 -0400 |
commit | ca4d60dd0923d15b688e919c35a9df2e3e9ed380 (patch) | |
tree | d721a4a6d7c76db790b185f47a8ee2180fef8d14 /snakemake-mode.el | |
parent | 16a1921bd79363135e1823a6cab4aa1f31d4ac9f (diff) | |
download | snakemake-mode-ca4d60dd0923d15b688e919c35a9df2e3e9ed380.tar.gz |
Change Emacs requirement for Emacs 24 to Emacs 24.5
python.el changed its indentation engine in Emacs 24.5. We rely on a
python-indent-calculate-indentation that is specific for the newer
version.
Re: #28
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r-- | snakemake-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |