diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-03-03 23:13:31 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-03-03 23:13:31 -0500 |
commit | 647dd94dd3e97d97f46997f9cd2037dbda8fb0bd (patch) | |
tree | 414b1c471c400dbaa3fa440d2e4a82fb995ecde3 | |
parent | bf570180f1d7a7a634b872400a85729b54496113 (diff) | |
download | emacs.d-647dd94dd3e97d97f46997f9cd2037dbda8fb0bd.tar.gz |
Fix comment typo
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |