From 49f2ea5f3cce3d33e2133df2b7e1ede752e65994 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 21 Feb 2022 22:02:05 -0500 Subject: Rewrite snakemake-popup as a transient Magit switched to Transient for its popups a while go. Magit Popup is still around for third-party libraries that may use it, but it's not actively developed. At the moment, this switch is trading one external library for another (improved) one. However, Transient will ship with Emacs starting with the upcoming 28.1 release. Message-Id: <20220222030207.204401-2-kyle@kyleam.com> --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 56b368d..556bdc2 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ This repo contains two Emacs libraries for Snakemake [^1]. * snakemake-mode.el provides a major mode for editing Snakemake files. - * snakemake.el defines a popup interface for calling Snakemake. + * snakemake.el defines a transient [^2] for calling Snakemake. See the header of each file for more information. @@ -16,6 +16,7 @@ Both of these are available on MELPA under the snakemake-mode package: https://melpa.org/#/snakemake-mode [^1]: https://snakemake.readthedocs.io/en/stable/ +[^2]: https://magit.vc/manual/transient/ Contributing @@ -27,8 +28,8 @@ Please send a plain-text email to snakemake-mode@inbox.kyleam.com Messages that include this address are public and available as -public-inbox [^2] archives at +public-inbox [^3] archives at https://inbox.kyleam.com/snakemake-mode/ -[^2]: https://public-inbox.org/README +[^3]: https://public-inbox.org/README -- cgit v1.2.3