aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-04-17 21:27:44 -0400
committerKyle Meyer <kyle@kyleam.com>2023-04-17 21:28:29 -0400
commit906b4e6761ce5ec459f2a29c972e7efd6d278c02 (patch)
treec62d752c7ed033e8e843f5795fc4c785764361df
parent849a74c24597c72818f194cf410087fc7c07f3d1 (diff)
downloadsnakemake-mode-906b4e6761ce5ec459f2a29c972e7efd6d278c02.tar.gz
transient: Specify arglist
As of 5337e5e (transient-define-{*}: Error if ARGLIST is missing, 2023-01-20), Transient throws an error.
-rw-r--r--snakemake.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake.el b/snakemake.el
index 343a329..4a0245f 100644
--- a/snakemake.el
+++ b/snakemake.el
@@ -738,7 +738,7 @@ $ snakemake [ARGS] -- <targets>"
:argument "--cores=")
;;;###autoload (autoload 'snakemake "snakemake" nil t)
-(transient-define-prefix snakemake
+(transient-define-prefix snakemake ()
"Transient for running Snakemake."
:value '("--cores=all")
["Arguments"