diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-04-09 11:00:26 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-07-20 21:13:09 -0400 |
commit | 45b6377e52741defdbeca5997cca0bd0b3d18728 (patch) | |
tree | a6bf6461ecedbc26ca159d975f35cc96be3f02dc | |
parent | 9280665b9d487b0169f930e2f9f201f4c5540e04 (diff) | |
download | emacs.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.
-rw-r--r-- | init.el | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |