summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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