diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ (setq gc-cons-threshold 402653184 gc-cons-percentage 0.6) + (setq read-process-output-max (* 1024 1024)) ;; 1mb + ;; Reset GC to normal values. (add-hook 'emacs-startup-hook (lambda () |