From 5b887fc7b3df9cf66b22db17486dcf1886f17166 Mon Sep 17 00:00:00 2001 From: Terencio Agozzino Date: Tue, 19 Jun 2018 18:14:11 +0200 Subject: [PATCH] Add elisp snippet using uppercase --- snippets/org-mode/elisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/org-mode/elisp b/snippets/org-mode/elisp index c96251e9f..926fbd039 100644 --- a/snippets/org-mode/elisp +++ b/snippets/org-mode/elisp @@ -2,6 +2,6 @@ # name: elisp # key: elisp_ # -- -#+begin_src emacs-lisp :tangle yes +#+BEGIN_SRC emacs-lisp :tangle yes $0 -#+end_src \ No newline at end of file +#+END_SRC \ No newline at end of file