Browse Source

some win-tweaks

master
Marc Pohling 5 years ago
parent
commit
4b03e23212
1 changed files with 2 additions and 1 deletions
  1. 3
      config.org

3
config.org

@ -134,7 +134,8 @@
(progn
(setq gc-cons-threshold (* 511 1024 1024)
gc-cons-percentage 0.5
garbage-collection-messages t)
garbage-collection-messages t
w32-get-true-file-attributes nil)
(run-with-idle-timer 5 t #'garbage-collect)))
#+END_SRC

Loading…
Cancel
Save