From d95bb21e64d2c00498073051847964161fc9fa23 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 24 Aug 2014 00:18:56 -0400 Subject: init-snakemake.el: Use snakemake-compile-command This function was recently added to snakemake-mode. --- lisp/init-snakemake.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lisp') diff --git a/lisp/init-snakemake.el b/lisp/init-snakemake.el index a5ebd69..5198667 100644 --- a/lisp/init-snakemake.el +++ b/lisp/init-snakemake.el @@ -9,8 +9,6 @@ (add-hook 'snakemake-mode-hook '(lambda () (set (make-local-variable 'compile-command) - (mapconcat 'identity - (cons "snakemake" snakemake-compile-command-options) - " ")))) + (snakemake-compile-command)))) (provide 'init-snakemake) -- cgit v1.2.3