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
/
erlang-mode
/
imp
1
#name : -import([]).
2
#contributor : hitesh <hitesh.jasani@gmail.com>
3
# --
4
-import(${1:lists}, [${2:map/2, sum/1}]).
5
$0