From b1de625f0dd85a641b66e97b6a96c7dc3531b15a Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 17 Sep 2022 19:09:49 -0400 Subject: [PATCH] ENH hide markdown markup by default --- etc/conf.org | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/conf.org b/etc/conf.org index fe431df..0cfb172 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1621,6 +1621,7 @@ Make font sizes smaller and less intrusive for headers (add-hook 'markdown-mode-hook (lambda () + (setq-local markdown-hide-markup t) (let ((heading-height 1.15)) (set-face-attribute 'markdown-header-face-1 nil :weight 'bold :height heading-height) (set-face-attribute 'markdown-header-face-2 nil :weight 'semi-bold :height heading-height)