AutoYADM commit: 2025-01-21 18:50:06

This commit is contained in:
Daniel Fichtinger 2025-01-21 18:50:06 -05:00
parent 49d262abf9
commit ffd0cce09f
2 changed files with 14 additions and 7 deletions

View file

@ -0,0 +1,7 @@
{
"src": {
"description": "#+BEGIN_SRC ... block",
"prefix": "src",
"body": ["#+BEGIN_SRC ${1:lang}", "$0", "#+END_SRC"]
}
}