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

8 lines
80 B
Plaintext

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