This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/snippets/erlang-mode/imp
2013-01-23 19:53:54 -05:00

6 lines
No EOL
129 B
Text

# name: -import([]).
# contributor: hitesh <hitesh.jasani@gmail.com>
# key: imp
# --
-import(${1:lists}, [${2:map/2, sum/1}]).
$0