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
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- mode: snippet -*- # -*- mode: snippet -*-
# name: elisp # name: elisp-copy
# key: <el # key: <el
# -- # --
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
+5
View File
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: html
# key: <html
# --
@@html:<${1:tag}>@@$0