diff options
author | Griffin Smith <root@gws.fyi> | 2018-08-31T17·31-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2018-08-31T17·31-0400 |
commit | 8ba14144a32ee053d7fa27b836c632eed48b6f54 (patch) | |
tree | 353210b3f8710e08cc25d3a7645420614d1685f2 /snippets/org-mode | |
parent | f95d025d1fdddc6b781662786d5d52e20d3f1d7e (diff) |
Update to latest doom, agda stuff, misc
Diffstat (limited to 'snippets/org-mode')
-rw-r--r-- | snippets/org-mode/source-block | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/snippets/org-mode/source-block b/snippets/org-mode/source-block deleted file mode 100644 index 3b7694557ecd..000000000000 --- a/snippets/org-mode/source-block +++ /dev/null @@ -1,8 +0,0 @@ -# -*- 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 |