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