5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
|
# Void Linux package template
|
||
|
hook global BufCreate .*/?srcpkgs/.+/template %{
|
||
|
set-option buffer filetype sh
|
||
|
}
|