summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-03-03 23:13:31 -0500
committerKyle Meyer <kyle@kyleam.com>2016-03-03 23:13:31 -0500
commit647dd94dd3e97d97f46997f9cd2037dbda8fb0bd (patch)
tree414b1c471c400dbaa3fa440d2e4a82fb995ecde3
parentbf570180f1d7a7a634b872400a85729b54496113 (diff)
downloademacs.d-647dd94dd3e97d97f46997f9cd2037dbda8fb0bd.tar.gz
Fix comment typo
-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))