aboutsummaryrefslogtreecommitdiff
path: root/yasnippet/org-mode/elisp
diff options
context:
space:
mode:
Diffstat (limited to 'yasnippet/org-mode/elisp')
-rw-r--r--yasnippet/org-mode/elisp7
1 files changed, 7 insertions, 0 deletions
diff --git a/yasnippet/org-mode/elisp b/yasnippet/org-mode/elisp
new file mode 100644
index 0000000..43a6eb6
--- /dev/null
+++ b/yasnippet/org-mode/elisp
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: elisp
+# key: elisp
+# --
+#+begin_src emacs-lisp :exports both
+$0
+#+end_src