summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index c13548d..4c503d4 100644
--- a/init.el
+++ b/init.el
@@ -1703,7 +1703,7 @@
;; Although `compile-command' and `imenu-create-index-function' are
;; set when snakemake-mode is derived from Python mode, I need to
- ;; define them again here because I have a Python mode hook
+ ;; define them again here because I have a Python mode hook that
;; overrides the Python versions.
(add-hook 'snakemake-mode-hook #'km/snakemake-set-local-vars))