Files
dotfiles/.emacs.snippets/nxml-mode/link
Fabio Scotto di Santolo 3a59d8b46a Personalizzazioni per emacs
2019-12-07 12:02:37 +01:00

5 lines
162 B
Plaintext

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