diff options
| author | BardofSprites <bard> | 2025-10-04 15:13:43 -0400 |
|---|---|---|
| committer | BardofSprites <bard> | 2025-10-04 15:13:43 -0400 |
| commit | dba0c0dfb2086b3872073d02c798c87ca42bae68 (patch) | |
| tree | 00429c5385dd9b331d268c759d0829ac328c6a29 /snippets/org-mode/begin | |
| parent | 288da82901d5f9eb6ee1ed98ff0cb57e03f997d6 (diff) | |
change back to yasnippet
Diffstat (limited to 'snippets/org-mode/begin')
| -rw-r--r-- | snippets/org-mode/begin | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/org-mode/begin b/snippets/org-mode/begin new file mode 100644 index 0000000..7d2dedc --- /dev/null +++ b/snippets/org-mode/begin @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: begin{} ... end{} +# key: begin +# -- +\begin{${1}} +$0 +\end{$1} |
