From 633b12c952300d55dabaf27e3e305d4e2d481cfb Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 3 Feb 2015 02:16:47 -0500 Subject: Correct typo in comment --- lisp/init-snakemake.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/init-snakemake.el') diff --git a/lisp/init-snakemake.el b/lisp/init-snakemake.el index 380a74a..e41bfb5 100644 --- a/lisp/init-snakemake.el +++ b/lisp/init-snakemake.el @@ -5,10 +5,10 @@ (setq snakemake-compile-command-options '("-p")) -;; Although `compile-command' is set when snakemake-mode is derived from -;; Python mode, I need to define it again here because I have a Python -;; mode hook that sets `compile-command', which overides the snakemake -;; version. +;; Although `compile-command' is set when snakemake-mode is derived +;; from Python mode, I need to define it again here because I have a +;; Python mode hook that sets `compile-command', which overrides the +;; snakemake version. (add-hook 'snakemake-mode-hook (lambda () (set (make-local-variable 'compile-command) -- cgit v1.2.3