Add html org snippet, remove trailing newline from snippets

This commit is contained in:
Riyyi
2020-08-06 02:50:57 +02:00
parent e2535d37eb
commit f9d57781d5
16 changed files with 21 additions and 16 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: elisp
# name: elisp-copy
# key: <el
# --
#+BEGIN_SRC emacs-lisp
$0
#+END_SRC
#+END_SRC
+5
View File
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: html
# key: <html
# --
@@html:<${1:tag}>@@$0
+1 -1
View File
@@ -4,4 +4,4 @@
# --
#+BEGIN_SRC ${1:language}
$0
#+END_SRC
#+END_SRC