all repos ā€” nixfiles @ 148e754c3ea0ade3a7fb8a507ef4c5089986ed26

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

Emacs: Re-enable jit locking
Alan Pearce alan.pearce@spotcap.com
Wed, 16 Mar 2016 16:28:40 +0100
commit

148e754c3ea0ade3a7fb8a507ef4c5089986ed26

parent

17f740e722b2f4fff978fc4937ded87fb2bc57a1

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

jump to
M tag-emacs/emacs.d/init.org ā†’ tag-emacs/emacs.d/init.org
@@ -185,10 +185,10 @@ 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