dotfiles/.emacs.d/snippets/nsis-mode/section

7 lines
100 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# -*- mode: snippet -*-
# name: section
# key: sec
# --
Section "${1:Program}"
$0
SectionEnd