aboutsummaryrefslogtreecommitdiff
path: root/snakemake.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-09-01 00:44:40 -0400
committerKyle Meyer <kyle@kyleam.com>2018-09-01 00:44:40 -0400
commita65acf9e3bb7941cb84e4c6ac2a11236491cc1f5 (patch)
treefbe16e59fe6cd1283b15841c5501d81b06ecffd0 /snakemake.el
parentcb5ed618c6b459593d9ff4f1d5fd598242d8471b (diff)
downloadsnakemake-mode-a65acf9e3bb7941cb84e4c6ac2a11236491cc1f5.tar.gz
snakemake-term-start: Reorder arguments in docstring's guix command
Match the order given in guix-snakemake-environment.
Diffstat (limited to 'snakemake.el')
-rw-r--r--snakemake.el2
1 files changed, 1 insertions, 1 deletions
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."