Skip to content

Instantly share code, notes, and snippets.

View the-mikedavis's full-sized avatar
🏝️
Away

Michael Davis the-mikedavis

🏝️
Away
View GitHub Profile
@the-mikedavis
the-mikedavis / erlang.kak
Last active July 4, 2021 18:40 — forked from subsetpark/erlang.kak
A half-baked kakoune language file for erlang.
# Detection
# ---------
hook global BufCreate .*[.](erl|hrl|app\.src) %{
set-option buffer filetype erlang
}
hook global BufCreate .*/rebar.config %{
set-option buffer filetype erlang
}