Browse Source

Use asymmetric headers in markdown

nixos
Maxime Wack 4 years ago
parent
commit
c74e15fe79
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .emacs

+ 2
- 0
.emacs View File

@@ -547,6 +547,8 @@
;;;;;; Markdown

(use-package markdown-mode
:config
(setq markdown-asymmetric-header t)
:custom-face
(markdown-header-face-1 ((t (:inherit 'outline-1))))
(markdown-header-face-2 ((t (:inherit 'outline-2))))


Loading…
Cancel
Save