From 48ee4ff71e82b0fbec2c2621e20d2555511db334 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 1 Jun 2018 17:08:48 +0200 Subject: [PATCH] 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. --- modules/lang/markdown/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/markdown/config.el b/modules/lang/markdown/config.el index 0438171e0..230d41f01 100644 --- a/modules/lang/markdown/config.el +++ b/modules/lang/markdown/config.el @@ -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