aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/nxml-mode/pencil-shortcut
blob: e760d2732fe698a5447318c5d5f21a564b516033 (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: snippet; require-final-newline: nil -*-
# name: Shortcut
# key: s
# --
<Shortcut displayName="$1"
          icon="$2"
          to="$3">
  $0
</Shortcut>