summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-12-09 20:15:51 -0500
committerKyle Meyer <kyle@kyleam.com>2024-01-22 00:02:53 -0500
commit3216b10b8748d2ea36cc6a76235d18d99ba3def7 (patch)
tree5f826f5738ea0bab30c0c9f0c69db16ba852ab17 /init.el
parent1c9cf788bf2cbe6de423c2061f26d1a370ada3bd (diff)
downloademacs.d-3216b10b8748d2ea36cc6a76235d18d99ba3def7.tar.gz
snakemake: Update for snakemake-popup rename
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 8a0b942..ef4acd7 100644
--- a/init.el
+++ b/init.el
@@ -1876,9 +1876,9 @@
(use-package snakemake-mode
:init
- (define-key km/compile-map "s" #'snakemake-popup)
+ (define-key km/compile-map "s" #'snakemake)
(with-eval-after-load 'dired
- (define-key dired-mode-map "b" #'snakemake-popup))
+ (define-key dired-mode-map "b" #'snakemake))
:config
(setq snakemake-root-dir-function #'projectile-project-root)