diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-02-21 23:32:13 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-02-21 23:35:20 -0500 |
commit | 81daafa52007ddc11a4115f300df0a6838bc95f9 (patch) | |
tree | ae8580f5e83de867c9c614c8aa97480c8d249f2c /NEWS | |
parent | e76889ffdff100409fb7ac8a31e6814643658a3e (diff) | |
download | snakemake-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 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ NEWS -- history of user-visible changes -*- mode: org; -*- * master (unreleased) +- Support for Emacs versions older than 26.1 has been dropped. + - The Magit Popup command ~snakemake-popup~ has been rewritten as a transient, ~snakemake~. snakemake.el now depends on Transient rather than Magit Popup. |