Fix #1838: Introduce 'arch-linux.kak'

This commit is contained in:
fsub 2018-03-03 19:59:54 +01:00
parent 7a54c0edfe
commit e583b9a258

4
rc/extra/arch-linux.kak Normal file
View File

@ -0,0 +1,4 @@
# package build description file
hook global BufCreate (.*/)?PKGBUILD %{
set-option buffer filetype sh
}