From 148e754c3ea0ade3a7fb8a507ef4c5089986ed26 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 16 Mar 2016 16:28:40 +0100 Subject: Emacs: Re-enable jit locking --- tag-emacs/emacs.d/init.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 18c1270..5655e63 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -185,10 +185,10 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource Allow font-lock-mode to do background parsing. I’m not really sure if these settings are particularly useful #+BEGIN_SRC emacs-lisp - (setq jit-lock-stealth-time nil + (setq jit-lock-stealth-time 2 jit-lock-stealth-load 100 - jit-lock-chunk-size 300 - jit-lock-defer-time nil + jit-lock-chunk-size 1000 + jit-lock-defer-time 1 font-lock-maximum-decoration '((dired-mode . 1) (t . 1))) #+END_SRC -- cgit 1.4.1