summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/rst-mode/tit
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/rst-mode/tit')
-rw-r--r--.emacs.d/mysnippets/text-mode/rst-mode/tit7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/rst-mode/tit b/.emacs.d/mysnippets/text-mode/rst-mode/tit
new file mode 100644
index 0000000..cac2e77
--- /dev/null
+++ b/.emacs.d/mysnippets/text-mode/rst-mode/tit
@@ -0,0 +1,7 @@
1#name : Document title
2# --
3${1:$(make-string (string-width text) ?\=)}
4${1:Title}
5${1:$(make-string (string-width text) ?\=)}
6
7$0 \ No newline at end of file