add lisp packages
This commit is contained in:
9
lisp/yasnippet-snippets/snippets/markdown-mode/h2.2
Normal file
9
lisp/yasnippet-snippets/snippets/markdown-mode/h2.2
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Header 2 (-)
|
||||
# contributor: Peng Deng <dengpeng@gmail.com>
|
||||
# key: h2
|
||||
# --
|
||||
${1:Header 2}
|
||||
${1:$(make-string (string-width yas-text) ?\-)}
|
||||
|
||||
$0
|
||||
Reference in New Issue
Block a user