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

7 lines
83 B
Plaintext
Executable File

# -*- mode: snippet -*-
# name: <body>...</body>
# key: body
# --
<body>
$0
</body>