git.fiddlerwoaroof.com
Browse code

feat(emacs): garbage collector hack

Edward authored on 13/04/2021 06:11:15
Showing 1 changed files
... ...
@@ -820,3 +820,5 @@ With a prefix ARG invalidates the cache first."
820 820
     (toggle-read-only))
821 821
   (add-hook 'compilation-filter-hook 'colorize-compilation-buffer))
822 822
 (put 'list-timers 'disabled nil)
823
+
824
+(run-with-idle-timer 5 t 'garbage-collect)