From f5570db4c2a24f0a55990938cb3e31318b6239cc Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 5 Aug 2021 16:31:07 -0400 Subject: [PATCH] perf(markdown): fontify-code-blocks-natively = nil This is a source of slowdowns in markdown-mode buffers, even ones without code blocks, which drastically affects typing and motion latency. This appears to be an upstream issue. --- modules/lang/markdown/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/markdown/config.el b/modules/lang/markdown/config.el index cae827777..1268c0342 100644 --- a/modules/lang/markdown/config.el +++ b/modules/lang/markdown/config.el @@ -22,7 +22,6 @@ capture, the end position, and the output buffer.") markdown-enable-wiki-links t markdown-italic-underscore t markdown-asymmetric-header t - markdown-fontify-code-blocks-natively t markdown-gfm-additional-languages '("sh") markdown-make-gfm-checkboxes-buttons t