diff options
-rw-r--r-- | snakemake-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el index 742a793..9a8a150 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -382,7 +382,7 @@ call or a code block delimited with \"\"\"#r and \"\"\". (Triple single-quotes also accepted.) For automatic highlighting of embedded regions, you need to set -`mmm-global-mode` to `maybe'." +`mmm-global-mode' to `maybe'." (unless (require 'mmm-mode nil t) (user-error "You need to install mmm-mode")) |