Files
dotfiles/.emacs.snippets/nxml-mode/link
2023-10-11 21:51:24 +02:00

5 lines
162 B
Plaintext
Executable File

# -*- mode: snippet -*-
# name: <link stylesheet="..." />
# key: link
# --
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />