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.
This commit is contained in:
parent
b3fb3ef55f
commit
a581b7fc3f
1 changed files with 0 additions and 5 deletions
|
@ -61,11 +61,6 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.")
|
||||||
use-dialog-box nil ; always avoid GUI
|
use-dialog-box nil ; always avoid GUI
|
||||||
visible-cursor nil
|
visible-cursor nil
|
||||||
x-stretch-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' defaults
|
||||||
pos-tip-internal-border-width 6
|
pos-tip-internal-border-width 6
|
||||||
pos-tip-border-width 1
|
pos-tip-border-width 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue