summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el
index 752b703..f21cb15 100644
--- a/init.el
+++ b/init.el
@@ -1794,8 +1794,9 @@
;; version.
(add-hook 'snakemake-mode-hook #'km/snakemake-set-local-vars)
- (magit-change-popup-key 'snakemake-popup :action
- ?p ?o))
+ (after 'snakemake
+ (magit-change-popup-key 'snakemake-popup :action
+ ?p ?o)))
(use-package ess-site
:mode ("\\.[rR]\\'" . R-mode)