diff --git a/config.org b/config.org index 0b2481d..0f2e0ac 100644 --- a/config.org +++ b/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