From faf59ff2a9a0daf4fe8d875099711e1326f0d8c8 Mon Sep 17 00:00:00 2001 From: Patrick Elliott Date: Fri, 20 Jul 2018 14:23:17 +0200 Subject: [PATCH] undo header scaling --- modules/lang/markdown/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/lang/markdown/config.el b/modules/lang/markdown/config.el index b4ae34c63..11d4d3c03 100644 --- a/modules/lang/markdown/config.el +++ b/modules/lang/markdown/config.el @@ -14,8 +14,7 @@ markdown-fontify-code-blocks-natively t markdown-hide-urls nil ; trigger with `markdown-toggle-url-hiding' markdown-enable-math t ; syntax highlighting for latex fragments - markdown-gfm-uppercase-checkbox t ; for compat with org-mode - markdown-header-scaling t) ; fontify section headers + markdown-gfm-uppercase-checkbox t) ; for compat with org-mode :config (defun +markdown|set-fill-column-and-line-spacing ()