From ca639749d61a73319b3b3a4650c5fc3fa00c01c7 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 20 Nov 2014 21:56:19 -0500 Subject: Stop quoting lambdas --- lisp/init-snakemake.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/init-snakemake.el') diff --git a/lisp/init-snakemake.el b/lisp/init-snakemake.el index ccf35f8..c3c4a7f 100644 --- a/lisp/init-snakemake.el +++ b/lisp/init-snakemake.el @@ -7,9 +7,9 @@ ;; mode hook that sets `compile-command', which overides the snakemake ;; version. (add-hook 'snakemake-mode-hook - '(lambda () - (set (make-local-variable 'compile-command) - (snakemake-compile-command)))) + (lambda () + (set (make-local-variable 'compile-command) + (snakemake-compile-command)))) (defun km/snakemake-compile-project-file (jobs) "Run Snakemake to produce project file at point. -- cgit v1.2.3