all repos — nixfiles @ 148e754c3ea0ade3a7fb8a507ef4c5089986ed26

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

Emacs: Re-enable jit locking

Alan Pearce
commit

148e754c3ea0ade3a7fb8a507ef4c5089986ed26

parent

17f740e722b2f4fff978fc4937ded87fb2bc57a1

1 file 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