From c497745c0d927c5f4732cfebfed7e9f6d15657a8 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 6 Aug 2020 04:00:50 +0200 Subject: [PATCH] Add closing tag to html snippet --- .emacs.d/snippets/org-mode/html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/snippets/org-mode/html b/.emacs.d/snippets/org-mode/html index 67879d3..e38a2cc 100644 --- a/.emacs.d/snippets/org-mode/html +++ b/.emacs.d/snippets/org-mode/html @@ -2,4 +2,4 @@ # name: html # key: @@$0 \ No newline at end of file +@@html:<${1:tag}>@@${2:content}@@html:@@$0 \ No newline at end of file