aboutsummaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-02-21 22:02:05 -0500
committerKyle Meyer <kyle@kyleam.com>2022-02-21 22:46:38 -0500
commit49f2ea5f3cce3d33e2133df2b7e1ede752e65994 (patch)
treebd49f3e9f736d420a799a8e35467ecf4d7f30626 /snakemake-mode.el
parent8684b45cf53e403c7b0ebf31d899aa239a821f45 (diff)
downloadsnakemake-mode-49f2ea5f3cce3d33e2133df2b7e1ede752e65994.tar.gz
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>
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 5e4118b..dcf2bf0 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") (cl-lib "0.5") (magit-popup "2.4.0"))
+;; Package-Requires: ((emacs "24.5") (cl-lib "0.5") (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