Remove deferred and stealth fontification
Alan Pearce alan@alanpearce.co.uk
Sun, 17 Apr 2016 17:26:56 +0200
1 files changed, 3 insertions(+), 7 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -177,14 +177,10 @@ ((eq system-type 'darwin) (ap/set-fonts "Source Code Pro" 14 "Input Sans" 14)))) #+END_SRC -Allow font-lock-mode to do background parsing. I’m not really sure if -these settings are particularly useful +Reduce font decoration. I’m trying to see whether this helps me focus +on the right things. #+BEGIN_SRC emacs-lisp - (setq jit-lock-stealth-time 2 - jit-lock-stealth-load 100 - jit-lock-chunk-size 1000 - jit-lock-defer-time 1 - font-lock-maximum-decoration '((dired-mode . 1) + (setq font-lock-maximum-decoration '((dired-mode . 1) (t . 1))) #+END_SRC