diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 15:08:15 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 15:08:15 -0500 |
commit | ac857c4f48220b3386b289a47e77722db43a30c9 (patch) | |
tree | c3ded8eb4d31b286a8220d52dd621eb4deafef58 | |
parent | 34f44b0f81651a5ca4ffcf28c7e6603dcccda2e8 (diff) | |
download | snakemake-mode-ac857c4f48220b3386b289a47e77722db43a30c9.tar.gz |
snakemake-mode-setup-mmm: Tweak symbol quoting
-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 702e9a4..7b06a92 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -407,7 +407,7 @@ For automatic highlighting of embedded regions, you need to set (unless (bound-and-true-p mmm-global-mode) (display-warning 'snakemake-mode "To get automatic syntax highlighting of -embedded R, you need to set mmm-global-mode to a non-nil value such as 'maybe.")) +embedded R, you need to set mmm-global-mode to a non-nil value such as `maybe'.")) (mmm-add-classes '((snakemake-R-call-double |