redisplay-skip-fontification-on-input = t

This setting was introduced recently in Emacs HEAD.
This commit is contained in:
Henrik Lissner 2021-01-07 01:42:38 -05:00
parent 1ba06ed5df
commit cae1766d8e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -296,6 +296,10 @@ config.el instead."
;; usage, however! ;; usage, however!
(setq inhibit-compacting-font-caches t) (setq inhibit-compacting-font-caches t)
;; Introduced in Emacs HEAD (b2f8c9f), this inhibits fontification while
;; receiving input, which should help with performance while scrolling.
(setq redisplay-skip-fontification-on-input t)
;; Performance on Windows is considerably worse than elsewhere. We'll need ;; Performance on Windows is considerably worse than elsewhere. We'll need
;; everything we can get. ;; everything we can get.
(when IS-WINDOWS (when IS-WINDOWS