From 999fbe9b0fe4df6916e02419e969c030cb00d9bd Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 26 Apr 2026 10:28:28 +0200 Subject: [PATCH] Skip fontification during input --- flakes/emacs/config/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/flakes/emacs/config/init.el b/flakes/emacs/config/init.el index cb224eb..0faade5 100644 --- a/flakes/emacs/config/init.el +++ b/flakes/emacs/config/init.el @@ -244,6 +244,7 @@ ns-use-proxy-icon nil read-extended-command-predicate #'command-completion-default-include-p read-process-output-max (* 1024 1024) + redisplay-skip-fontification-on-input t search-whitespace-regexp ".*?" sentence-end-double-space nil tab-always-indent 'complete