From 9ecc49bf5b7d192b1935df1fffdb04b9f77562b8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 12 Jun 2016 23:50:40 -0400 Subject: magit: Pop up process buffer on fetch --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 7265c28..c44476b 100644 --- a/init.el +++ b/init.el @@ -927,6 +927,12 @@ (magit-change-popup-key 'magit-branch-popup :action ?s ?v) + (advice-add 'magit-git-fetch + :around + (lambda (fn &rest args) + (let ((magit-process-popup-time 0)) + (apply fn args))) + '((name . "magit-fetch-process"))) (advice-add 'magit-merge-editmsg :around (lambda (f rev &rest _) (funcall f rev "--no-ff")) -- cgit v1.2.3