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