aboutsummaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-02-21 23:32:13 -0500
committerKyle Meyer <kyle@kyleam.com>2022-02-21 23:35:20 -0500
commit81daafa52007ddc11a4115f300df0a6838bc95f9 (patch)
treeae8580f5e83de867c9c614c8aa97480c8d249f2c /snakemake-mode.el
parente76889ffdff100409fb7ac8a31e6814643658a3e (diff)
downloadsnakemake-mode-81daafa52007ddc11a4115f300df0a6838bc95f9.tar.gz
Increase minimum required Emacs version to 26.1
26.1 was released in 2018 and is in the current Debian oldstable (Buster). I'm unlikely to build an older Emacs version than that in order to investigate and work around any incompatibilities that are reported, so mark it as the minimum. Message-Id: <20220222043213.218747-1-kyle@kyleam.com>
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 58d70bf..29b2544 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -6,7 +6,7 @@
;; URL: https://git.kyleam.com/snakemake-mode/about
;; Keywords: tools
;; Version: 1.8.0
-;; Package-Requires: ((emacs "24.5") (transient "0.3.0"))
+;; Package-Requires: ((emacs "26.1") (transient "0.3.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