init
This commit is contained in:
7
snippets/elixir-mode/function
Normal file
7
snippets/elixir-mode/function
Normal file
@@ -0,0 +1,7 @@
|
||||
## -*- 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
|
||||
Reference in New Issue
Block a user