From 33003c8d0db22ef50cbf47483120aa90255edd9b Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Tue, 26 Jun 2018 09:45:17 +0200 Subject: [PATCH] First try to make magit on windows faster --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.org b/config.org index c11b8bd..77f9234 100644 --- a/config.org +++ b/config.org @@ -137,6 +137,13 @@ garbage-collection-messages t) (run-with-idle-timer 5 t #'garbage-collect))) #+END_SRC + + Hopefully this makes magit faster +#+BEGIN_SRC emacs-lisp +(when (eq system-type 'windows-nt) + (setq w32-pipe-read-delay 0)) +#+END_SRC + * Visuals ** Font Don't add the font in the work environment, which I am logged in as POH