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:
parent
a2a128d3a5
commit
f5570db4c2
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue