all repos — nixfiles @ 95830ed17e5e64e4eb4fcdd755eb05677eb580b8

System and user configuration, managed by nix and home-manager

Emacs: make JIT fontification faster
Alan Pearce alan@alanpearce.co.uk
Sat, 18 May 2013 16:21:51 +0100
commit

95830ed17e5e64e4eb4fcdd755eb05677eb580b8

parent

0237a514e03c62b32680c7b9f5a4571f37b6b125

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -90,8 +90,9 @@ (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