mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
8 lines
No EOL
80 B
Text
8 lines
No EOL
80 B
Text
# -*- mode: snippet -*-
|
|
# name: src
|
|
# key: src
|
|
# --
|
|
|
|
#+BEGIN_SRC $1
|
|
$2
|
|
#+END_SRC |