diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-03-05 00:39:37 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-03-05 00:39:37 +1100 |
| commit | e4e2ed2a423771c5222ee5371d0546497cf87cbd (patch) | |
| tree | 3e06082224cc5b753eef71741ca2e20b89561d95 | |
| parent | 8acedacf7c18109dc28ae2d93cd514d78fbe8d2e (diff) | |
| parent | e583b9a2582605cb65ddd66651542dd66568b34d (diff) | |
Merge remote-tracking branch 'fsub/arch-linux'
| -rw-r--r-- | rc/extra/arch-linux.kak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rc/extra/arch-linux.kak b/rc/extra/arch-linux.kak new file mode 100644 index 00000000..08135a76 --- /dev/null +++ b/rc/extra/arch-linux.kak @@ -0,0 +1,4 @@ +# package build description file +hook global BufCreate (.*/)?PKGBUILD %{ + set-option buffer filetype sh +} |
