diff options
Diffstat (limited to 'emacs.d/snippets/text-mode/erlang-mode/imp')
-rw-r--r-- | emacs.d/snippets/text-mode/erlang-mode/imp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/erlang-mode/imp b/emacs.d/snippets/text-mode/erlang-mode/imp new file mode 100644 index 0000000..c035ddd --- /dev/null +++ b/emacs.d/snippets/text-mode/erlang-mode/imp @@ -0,0 +1,5 @@ +#name : -import([]). +#contributor : hitesh <hitesh.jasani@gmail.com> +# -- +-import(${1:lists}, [${2:map/2, sum/1}]). +$0 |