Remove redisplay-skip-fontification-on-input and move it to README.md
This commit is contained in:
@@ -1026,6 +1026,11 @@ To prevent Emacs from saving customization information to a custom file, set `cu
|
||||
(setq vc-make-backup-files t)
|
||||
(setq kept-old-versions 10)
|
||||
(setq kept-new-versions 10)
|
||||
|
||||
;; Improve Emacs responsiveness by deferring fontification during input
|
||||
;;
|
||||
;; NOTE: This may cause delayed syntax highlighting in certain cases
|
||||
(setq redisplay-skip-fontification-on-input t)
|
||||
```
|
||||
|
||||
It is also recommended to read the following articles:
|
||||
|
||||
Reference in New Issue
Block a user