Browse Source

First try to make magit on windows faster

master
Marc Pohling 6 years ago
parent
commit
33003c8d0d
1 changed files with 7 additions and 0 deletions
  1. 7
      config.org

7
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

Loading…
Cancel
Save