mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 16:57:54 +00:00
90be31cc52
As of 2021-04-12, org-mode is apparently standardized in lowercase so we'll follow that for the sake of future-proofing.
8 lines
171 B
Plaintext
Executable File
8 lines
171 B
Plaintext
Executable File
# -*- mode: snippet -*-
|
|
# name: Org-Mode source block
|
|
# key: csrc
|
|
# --
|
|
#+begin_src ${1:<LANG>} :results output :exports both :session *${2:<SESSION NAME>}*
|
|
$3
|
|
#+end_src
|