Browse Source

another performance fix for windows magit

master
Marc Pohling 6 years ago
parent
commit
52d5746dae
1 changed files with 2 additions and 1 deletions
  1. 3
      config.org

3
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

Loading…
Cancel
Save