Browse Source

organizing yasnippets snippets

Eric Schulte 16 years ago
parent
commit
19ce859d05
2 changed files with 6 additions and 0 deletions
  1. 0 0
      snippets/org-mode/block
  2. 6 0
      snippets/org-mode/sb

+ 0 - 0
block → snippets/org-mode/block


+ 6 - 0
snippets/org-mode/sb

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