mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user