Files
emacs/snippets/elixir-mode/function
2024-04-30 07:08:23 +02:00

7 lines
162 B
Plaintext

## -*- mode: snippet -*-
# name: function
# key: dfun
# --
def $1($2)${3:$$(when (and yas-moving-away-p yas-modified-p) (concat " when " yas-text))} do
$0
end