mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: Org-Mode source block
|
|
# key: csrc
|
|
# --
|
|
#+BEGIN_SRC ${1:<LANG>} :results output :exports both :session *${2:<SESSION NAME>}*
|
|
$3
|
|
#+END_SRC
|