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:
Henrik Lissner 2018-06-01 17:08:48 +02:00
parent b28d3414bb
commit 48ee4ff71e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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