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 }