diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/lisp/yasnippet/snippets/erlang-mode/exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/lisp/yasnippet/snippets/erlang-mode/exp b/emacs.d/lisp/yasnippet/snippets/erlang-mode/exp new file mode 100644 index 0000000..67f56da --- /dev/null +++ b/emacs.d/lisp/yasnippet/snippets/erlang-mode/exp @@ -0,0 +1,5 @@ +#name : -export([]). +#contributor : hitesh <hitesh.jasani@gmail.com> +# -- +-export([${1:start/0}]). +$0 |