feat: initial commit
This commit is contained in:
5
.emacs.snippets/nxml-mode/span
Executable file
5
.emacs.snippets/nxml-mode/span
Executable file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: <span class="...">\n...\n</span>
|
||||
# key: span
|
||||
# --
|
||||
<span class="$1">$0</span>
|
||||
Reference in New Issue
Block a user