tweak(markdown): disable wiki links & math highlights by default

These two features are relatively expensive and shouldn't be enabled as
a global default.
This commit is contained in:
Henrik Lissner 2024-03-10 00:38:13 -05:00
parent f1c1efe420
commit 3820ead9e3
No known key found for this signature in database
GPG Key ID: B60957CA074D39A3

View File

@ -18,9 +18,7 @@ capture, the end position, and the output buffer.")
(use-package! markdown-mode
:mode ("/README\\(?:\\.md\\)?\\'" . gfm-mode)
:init
(setq markdown-enable-math t ; syntax highlighting for latex fragments
markdown-enable-wiki-links t
markdown-italic-underscore t
(setq markdown-italic-underscore t
markdown-asymmetric-header t
markdown-gfm-additional-languages '("sh")
markdown-make-gfm-checkboxes-buttons t