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.
This commit is contained in:
Henrik Lissner 2021-08-05 16:31:07 -04:00
parent a2a128d3a5
commit f5570db4c2

View file

@ -22,7 +22,6 @@ capture, the end position, and the output buffer.")
markdown-enable-wiki-links t markdown-enable-wiki-links t
markdown-italic-underscore t markdown-italic-underscore t
markdown-asymmetric-header t markdown-asymmetric-header t
markdown-fontify-code-blocks-natively t
markdown-gfm-additional-languages '("sh") markdown-gfm-additional-languages '("sh")
markdown-make-gfm-checkboxes-buttons t markdown-make-gfm-checkboxes-buttons t