Add redisplay-skip-fontification-on-input

This commit is contained in:
James Cherti
2025-07-04 23:58:01 -04:00
parent 9e7911fab1
commit afffa5bade
2 changed files with 6 additions and 5 deletions

View File

@@ -261,6 +261,12 @@
window-divider-default-places t
window-divider-default-right-width 1)
;;; Fontification
;; Disable fontification during user input to reduce lag in large buffers.
;; Also helps marginally with scrolling performance.
(setq redisplay-skip-fontification-on-input t)
;;; Scrolling
;; Enables faster scrolling. This may result in brief periods of inaccurate