Remove setting apparently interfering with font locking on Windows

When `redisplay-skip-fontification-on-input` is set to non-nil, fontification on Windows (at least
with my configuration) is annoyingly deferred until first input.  First tests show that removing
this setting does not perceivably impact performance, but further testing is needed.
This commit is contained in:
Daniel Borchmann 2025-11-13 18:06:37 +01:00
parent 9865f1c970
commit 4c37de8f71
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -153,7 +153,6 @@
next-error-message-highlight t next-error-message-highlight t
help-enable-symbol-autoload t help-enable-symbol-autoload t
describe-bindings-outline t describe-bindings-outline t
redisplay-skip-fontification-on-input t
async-shell-command-buffer 'new-buffer async-shell-command-buffer 'new-buffer
sort-fold-case t) sort-fold-case t)