Possible fix for cascading magit popups #282
This commit is contained in:
parent
f9de4fd7b7
commit
adcc2865c0
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ the command buffer."
|
||||||
|
|
||||||
|
|
||||||
(after! magit
|
(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
|
;; 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
|
;; one problem: following non-file magit links tends to open additional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue