diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-snakemake.el | 8 |
1 files changed, 4 insertions, 4 deletions
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) |