diff options
author | Griffin Smith <root@gws.fyi> | 2018-03-29T22·10-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2018-03-29T22·10-0400 |
commit | d88fb3194f2a50efa6d407e85d47d14da3700ff3 (patch) | |
tree | 3aa434e148f4f767a992c87b144d536c0e10b689 /snippets/org-mode/source-block |
Initial commit
Diffstat (limited to 'snippets/org-mode/source-block')
-rw-r--r-- | snippets/org-mode/source-block | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/snippets/org-mode/source-block b/snippets/org-mode/source-block new file mode 100644 index 000000000000..3b7694557ecd --- /dev/null +++ b/snippets/org-mode/source-block @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: source-block +# key: src +# expand-env: ((yas-indent-line 'fixed)) +# -- +#+BEGIN_SRC ${1:elisp} +$2 +#+END_SRC \ No newline at end of file |