redisplay-skip-fontification-on-input = t
This setting was introduced recently in Emacs HEAD.
This commit is contained in:
parent
1ba06ed5df
commit
cae1766d8e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue