feat: initial commit
This commit is contained in:
5
.emacs.snippets/nxml-mode/link
Executable file
5
.emacs.snippets/nxml-mode/link
Executable file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: <link stylesheet="..." />
|
||||
# key: link
|
||||
# --
|
||||
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />
|
||||
Reference in New Issue
Block a user