From 7a6bb0f05e349068b0a89514f1da33d6d7de30a9 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 24 Apr 2012 23:29:38 +0200 Subject: emacs.d/lisp/yasnippet: added yasnippet --- emacs.d/lisp/yasnippet/snippets/markdown-mode/ol | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 emacs.d/lisp/yasnippet/snippets/markdown-mode/ol (limited to 'emacs.d/lisp/yasnippet/snippets/markdown-mode/ol') diff --git a/emacs.d/lisp/yasnippet/snippets/markdown-mode/ol b/emacs.d/lisp/yasnippet/snippets/markdown-mode/ol new file mode 100644 index 0000000..e715669 --- /dev/null +++ b/emacs.d/lisp/yasnippet/snippets/markdown-mode/ol @@ -0,0 +1,5 @@ +#name : Ordered List +#contributor: Peng Deng +# -- +${1:1}. ${2:Text} +${1:$(number-to-string (1+ (string-to-number text)))}. $0 -- cgit v1.2.3