mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-23 23:34:12 +03:00
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
|
# Void Linux package template
|
||
|
hook global BufCreate .*/?srcpkgs/.+/template %{
|
||
|
set-option buffer filetype sh
|
||
|
}
|