organizing yasnippets snippets

This commit is contained in:
Eric Schulte 2009-05-24 13:54:05 -07:00
parent 6451d2df1a
commit 19ce859d05
2 changed files with 6 additions and 0 deletions

6
snippets/org-mode/sb Normal file
View file

@ -0,0 +1,6 @@
#name : #+begin_src...#+end_src
# --
#+srcname: ${1:name}
#+begin_src ${2:language} $3
$0
#+end_src