diff options
Diffstat (limited to 'yasnippet/org-mode/elisp')
-rw-r--r-- | yasnippet/org-mode/elisp | 7 |
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 |