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:
Henrik Lissner 2018-09-02 15:18:16 +02:00
parent b3fb3ef55f
commit a581b7fc3f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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