init
This commit is contained in:
9
snippets/rst-mode/title
Normal file
9
snippets/rst-mode/title
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Document title
|
||||
# key: tit
|
||||
# --
|
||||
${1:$(make-string (string-width yas-text) ?\=)}
|
||||
${1:Title}
|
||||
${1:$(make-string (string-width yas-text) ?\=)}
|
||||
|
||||
$0
|
||||
Reference in New Issue
Block a user