ソースを参照

Use asymmetric headers in markdown

nixos
Maxime Wack 4年前
コミット
c74e15fe79
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      .emacs

+ 2
- 0
.emacs ファイルの表示

@@ -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))))


読み込み中…
キャンセル
保存