yasnippet

This commit is contained in:
2024-10-01 23:45:01 -07:00
parent 3118889f4f
commit 9122a8bfa0
3 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: Org Src Block
# key: ,src
# --
#+BEGIN_SRC $1
$2
#+END_SRC