summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-04-09 11:00:26 -0400
committerKyle Meyer <kyle@kyleam.com>2022-07-20 21:13:09 -0400
commit45b6377e52741defdbeca5997cca0bd0b3d18728 (patch)
treea6bf6461ecedbc26ca159d975f35cc96be3f02dc /init.el
parent9280665b9d487b0169f930e2f9f201f4c5540e04 (diff)
downloademacs.d-45b6377e52741defdbeca5997cca0bd0b3d18728.tar.gz
snakemake-mode: Drop snakemake-popup modification
I switched Snakemake mode v2.0.0 over to using transient. I'm not using Snakemake much anymore, so just drop the logic rather than updating it to do a similar remapping for the new transient.
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/init.el b/init.el
index de7e6a6..198b95b 100644
--- a/init.el
+++ b/init.el
@@ -1966,11 +1966,7 @@
;; is derived from Python mode, I need to define it again here
;; because I have a Python mode hook that overrides the Python
;; version.
- (add-hook 'snakemake-mode-hook #'km/snakemake-set-local-vars)
-
- (with-eval-after-load 'snakemake
- (magit-change-popup-key 'snakemake-popup :action
- ?p ?o)))
+ (add-hook 'snakemake-mode-hook #'km/snakemake-set-local-vars))
(use-package km-snakemake
:init