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