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)