Added auctex and yasnippets
This commit is contained in:
8
.emacs.d/snippets/elixir-mode/hcall
Normal file
8
.emacs.d/snippets/elixir-mode/hcall
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: hcall
|
||||
# key: hcall
|
||||
# --
|
||||
def handle_call($1, _from, state) do
|
||||
reply = $0
|
||||
{:reply, reply, state}
|
||||
end
|
||||
Reference in New Issue
Block a user