From adcc2865c033d3c68563fda6bff65af54c209b32 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 8 Dec 2017 23:01:28 -0500 Subject: [PATCH] Possible fix for cascading magit popups #282 --- core/core-popups.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-popups.el b/core/core-popups.el index b723ef476..ccd43765e 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -339,7 +339,7 @@ the command buffer." (after! magit - (set! :popup "^\\*magit" :regexp t :size 0.5 :noesc t :autokill t) + (set! :popup "^\\*magit" :regexp t :size 0.4 :noselect t) ;; magit doesn't need much coercing. It works with shackle as is, except for ;; one problem: following non-file magit links tends to open additional