diff options
-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")) |