init
This commit is contained in:
5
snippets/elixir-mode/function-one-line
Normal file
5
snippets/elixir-mode/function-one-line
Normal file
@@ -0,0 +1,5 @@
|
||||
## -*- mode: snippet -*-
|
||||
# name: function-one-line
|
||||
# key: df
|
||||
# --
|
||||
def $1($2)${3:$$(when (and yas-moving-away-p yas-modified-p) (concat " when " yas-text))}, do: $0
|
||||
Reference in New Issue
Block a user