From 4c37de8f714586491b55bac113e4826a8805c2c2 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 13 Nov 2025 18:06:37 +0100 Subject: [PATCH] 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. --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 06d8fc6..6c5c935 100644 --- a/init.el +++ b/init.el @@ -153,7 +153,6 @@ next-error-message-highlight t help-enable-symbol-autoload t describe-bindings-outline t - redisplay-skip-fontification-on-input t async-shell-command-buffer 'new-buffer sort-fold-case t)