dotfiles/.emacs.d/snippets/elixir-mode/test

8 lines
76 B
Plaintext

# -*- mode: snippet -*-
# name: test
# key: test
# --
test "$1" do
$0
end