diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-02-26 21:46:12 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-02-26 21:52:12 -0500 |
commit | 1de1046fc728b74193aa34abc9032b75b5e8b1ec (patch) | |
tree | 3287da69101d6fc6b41d29849c89bfb1254e2898 | |
parent | 488e42ab371862196fe093aaff46b39fd513b390 (diff) | |
download | snakemake-mode-1de1046fc728b74193aa34abc9032b75b5e8b1ec.tar.gz |
snakemake-mode-setup-mmm: Touch up doc-string
The changes to the first paragraph will make the following commit
cleaner.
Also, there's no need to tell users where to set mmm-global-mode.
-rw-r--r-- | snakemake-mode.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el index b6e1c82..e8513f1 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -371,11 +371,12 @@ label." (defun snakemake-mode-setup-mmm () "Set up MMM mode to highlight embedded R code. -You must have the R-strings either within a R(''' ''') function call or a code -block delimited with '''#r and ''' (triple double-quotes also accepted). +You must have the R-strings either within a R(''' ''') function +call or a code block delimited with '''#r and '''. (Triple +double-quotes also accepted.) For automatic highlighting of embedded regions, you need to set -`mmm-global-mode` to 'maybe in your setup file." +`mmm-global-mode` to 'maybe." (unless (require 'mmm-mode nil t) (user-error "You need to install mmm-mode")) |