From bf488338aae5c3d9dda69127a3d787e0b65608f8 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Wed, 1 Aug 2018 10:51:10 +0300 Subject: [PATCH] rc systemd: Make sure files are in the `systemd` directory Fixes #2272 --- rc/extra/systemd.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/extra/systemd.kak b/rc/extra/systemd.kak index 6fce9f16..c1d5a918 100644 --- a/rc/extra/systemd.kak +++ b/rc/extra/systemd.kak @@ -4,6 +4,6 @@ # Detection # ‾‾‾‾‾‾‾‾‾ -hook global BufCreate .+\.(automount|conf|link|mount|network|path|service|slice|socket|target|timer) %{ +hook global BufCreate .*/systemd/.+\.(automount|conf|link|mount|network|path|service|slice|socket|target|timer) %{ set-option buffer filetype ini }