Files
dotfiles/.emacs.d/snippets/elixir-mode/if
2017-12-21 17:29:29 +01:00

8 lines
80 B
Plaintext

# -*- mode: snippet -*-
# name: if
# key: if
# --
if ${1:condition} do
$0
end