lang/markdown: markdown-enable-math = nil
Not a common necessity when writing markdown, and slows down modes with markdown submode regions (like magithub, when initializing issue/PR bodies). This is easily toggled with markdown-toggle-math anyway.
This commit is contained in:
parent
b28d3414bb
commit
48ee4ff71e
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
:mode ("/README\\(?:\\.\\(?:markdown\\|md\\)\\)?\\'" . gfm-mode)
|
||||
:init
|
||||
(setq markdown-enable-wiki-links t
|
||||
markdown-enable-math t
|
||||
markdown-italic-underscore t
|
||||
markdown-asymmetric-header t
|
||||
markdown-make-gfm-checkboxes-buttons t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue