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