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 committed by Yann Esposito (Yogsototh)
parent cbd18bd6d7
commit 9c75a69696
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

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