From a65acf9e3bb7941cb84e4c6ac2a11236491cc1f5 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 1 Sep 2018 00:44:40 -0400 Subject: snakemake-term-start: Reorder arguments in docstring's guix command Match the order given in guix-snakemake-environment. --- snakemake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snakemake.el') diff --git a/snakemake.el b/snakemake.el index 5cf3efc..1103ba6 100644 --- a/snakemake.el +++ b/snakemake.el @@ -627,7 +627,7 @@ that starts a shell with the desired environment. For example, to set up an enviroment with Guix, `snakemake-shell-file-name' could point to a script that runs - guix environment -l guix.scm --ad-hoc snakemake --pure + guix environment --pure -l guix.scm --ad-hoc snakemake The file 'guix-snakemake-environment' in Snakemake mode's source directory can be used for this purpose." -- cgit v1.2.3