This commit is contained in:
Andrea Crotti 2010-09-08 18:07:35 +02:00
parent ad0b012c60
commit 3b38d08f00
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# -*- mode: snippet -*-
# name: org-src
# name: src
# key: src
# contributor: Andrea Crotti
# --
#+begin_src ${1:language}${2: options}
#+begin_src ${1:language}
$0
#+end_src