Files
dotfiles/.emacs.d/snippets/markdown-mode/h1.2
2017-12-21 17:29:29 +01:00

8 lines
137 B
Groff

#name : Header 1 (=)
#contributor: Peng Deng <dengpeng@gmail.com>
# --
${1:Header 1}
${1:$(make-string (string-width yas-text) ?\=)}
$0