1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-23 15:23:29 +03:00
kakoune/rc/filetype/void-linux.kak
Alex Leferry 2 c0dccdd90d Add categories in rc/
Closes #2783
2019-03-21 01:06:16 +01:00

5 lines
115 B
Plaintext

# Void Linux package template
hook global BufCreate .*/?srcpkgs/.+/template %{
set-option buffer filetype sh
}