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:
parent
f1c1efe420
commit
3820ead9e3
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,7 @@ capture, the end position, and the output buffer.")
|
||||||
(use-package! markdown-mode
|
(use-package! markdown-mode
|
||||||
:mode ("/README\\(?:\\.md\\)?\\'" . gfm-mode)
|
:mode ("/README\\(?:\\.md\\)?\\'" . gfm-mode)
|
||||||
:init
|
:init
|
||||||
(setq markdown-enable-math t ; syntax highlighting for latex fragments
|
(setq markdown-italic-underscore t
|
||||||
markdown-enable-wiki-links t
|
|
||||||
markdown-italic-underscore t
|
|
||||||
markdown-asymmetric-header t
|
markdown-asymmetric-header t
|
||||||
markdown-gfm-additional-languages '("sh")
|
markdown-gfm-additional-languages '("sh")
|
||||||
markdown-make-gfm-checkboxes-buttons t
|
markdown-make-gfm-checkboxes-buttons t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue