From a581b7fc3f84687c955350b2c87117115ec2ed04 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 2 Sep 2018 15:18:16 +0200 Subject: [PATCH] Remove jit-lock-* options Only jit-lock-stealth-nice is different from the default, and slows down some scrolling operations without helping much. It may be better to conditionally enable this in larger buffer. --- core/core-ui.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/core-ui.el b/core/core-ui.el index 927de96af..0672d744c 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -61,11 +61,6 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.") use-dialog-box nil ; always avoid GUI visible-cursor nil x-stretch-cursor nil - ;; defer jit font locking slightly to [try to] improve Emacs performance - jit-lock-defer-time nil - jit-lock-stealth-nice 0.1 - jit-lock-stealth-time 0.2 - jit-lock-stealth-verbose nil ;; `pos-tip' defaults pos-tip-internal-border-width 6 pos-tip-border-width 1