forked from colonelpanic/dotfiles
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
|
# name: ditaa
|
||
|
# key: dit
|
||
|
# condition: (or (= (current-column) 3) (= (current-column) 0))
|
||
|
# contributor: Rick Moynihan <rick@sourcesmouth.co.uk>
|
||
|
# contributor: Rafael Villarroel (rvf0068@gmail.com)
|
||
|
# --
|
||
|
#+BEGIN_SRC ditaa ${1:export-file-name} -r -s -e
|
||
|
${0}
|
||
|
#+END_SRC
|