summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index face66d..3ab0700 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -90,8 +90,9 @@ Values: `desktop', `server', `laptop'")
 (global-font-lock-mode t)
 ;; Allow font-lock-mode to do background parsing
 (setq jit-lock-stealth-time 1
-      jit-lock-stealth-load 5
-      jit-lock-defer-time 0.1)
+      jit-lock-stealth-load 100
+      jit-lock-chunk-size 1000
+      jit-lock-defer-time 0.01)
 
 (use-package solarized-theme
   :ensure t