projects
/
emacs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lotsa changes and inclusion of elpy
[emacs.git]
/
.emacs.d
/
elisp
/
yasnippet
/
snippets
/
nsis-mode
/
macro
1
# -*- mode: snippet -*-
2
# name: macro
3
# key: macro
4
# --
5
!macro ${1:Name} UN
6
$0
7
8
!macroend