summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-06-03 00:20:19 -0400
committerKyle Meyer <kyle@kyleam.com>2016-06-03 00:20:19 -0400
commitb5a4676d998c846ccf6c907ad2dd13cc17574055 (patch)
treee6024a32463d2a247ee510495e9ce20d63c26e06 /init.el
parente6276c428c52bcbacb9558e8efcb6179b0f7d751 (diff)
downloademacs.d-b5a4676d998c846ccf6c907ad2dd13cc17574055.tar.gz
Add snakemake-recompile-no-dryrun command
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 649632e..e4cc273 100644
--- a/init.el
+++ b/init.el
@@ -1822,6 +1822,11 @@
(magit-change-popup-key 'snakemake-popup :action
?p ?o)))
+(use-package km/snakemake
+ :defer t
+ :init
+ (define-key km/compile-map "l" #'km/snakemake-recompile-no-dryrun))
+
(use-package ess-site
:mode ("\\.[rR]\\'" . R-mode)
:config