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:
parent
9865f1c970
commit
4c37de8f71
1
init.el
1
init.el
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user