File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1400,11 +1400,6 @@ fc-list : family | sed 's/,/\n/g' | sort -u
1400
1400
(setq vc-make-backup-files t)
1401
1401
(setq kept-old-versions 10)
1402
1402
(setq kept-new-versions 10)
1403
-
1404
- ;; Improve Emacs responsiveness by deferring fontification during input
1405
- ;;
1406
- ;; NOTE: This may cause delayed syntax highlighting in certain cases
1407
- (setq redisplay-skip-fontification-on-input t)
1408
1403
```
1409
1404
1410
1405
It is also recommended to read the following articles:
Original file line number Diff line number Diff line change 261
261
window-divider-default-places t
262
262
window-divider-default-right-width 1 )
263
263
264
+ ; ;; Fontification
265
+
266
+ ; ; Disable fontification during user input to reduce lag in large buffers.
267
+ ; ; Also helps marginally with scrolling performance.
268
+ (setq redisplay-skip-fontification-on-input t )
269
+
264
270
; ;; Scrolling
265
271
266
272
; ; Enables faster scrolling. This may result in brief periods of inaccurate
You can’t perform that action at this time.
0 commit comments