From 811020609043f4ceb18932a68ece8ead81cb30e8 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 14 Dec 2019 18:51:13 +0000 Subject: [PATCH] fixed compiler error for windows specific settings --- init.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/init.org b/init.org index 007a0fe..35d0265 100644 --- a/init.org +++ b/init.org @@ -162,10 +162,12 @@ Some windows specific stuff (progn (setq gc-cons-threshold (* 511 1024 1024) gc-cons-percentage 0.5 - garbage-collection-messages t - w32-pipe-read-delay 0 - w32-get-true-file-attributes nil) - (run-with-idle-timer 5 t #'garbage-collect))) + garbage-collection-messages t) + (run-with-idle-timer 5 t #'garbage-collect)) + (when (boundp 'w32-pipe-read-delay) + (setq w32-pipe-read-delay 0)) + (when (boundp 'w32-get-true-file-attributes) + (setq )w32-get-true-file-attributes nil)) #+END_SRC * visuals ** Font