From 52d5746daea38216ce1bf3a3eb0cd95e14d60abe Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Tue, 26 Jun 2018 10:05:48 +0200 Subject: [PATCH] another performance fix for windows magit --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 77f9234..acc9dbb 100644 --- a/config.org +++ b/config.org @@ -141,7 +141,8 @@ Hopefully this makes magit faster #+BEGIN_SRC emacs-lisp (when (eq system-type 'windows-nt) - (setq w32-pipe-read-delay 0)) + (setq w32-pipe-read-delay 0) + (setq w32-get-true-file-attributes nil)) #+END_SRC * Visuals