From 45b6377e52741defdbeca5997cca0bd0b3d18728 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 9 Apr 2022 11:00:26 -0400 Subject: 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. --- init.el | 6 +----- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3