From 0088c63a12ac390ca366dd1a380d56903d4343ad Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 6 Apr 2024 13:32:49 +0100 Subject: [PATCH] globinclude stopped workgin use include instead --- kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty.conf b/kitty.conf index 0a72897..cb49450 100644 --- a/kitty.conf +++ b/kitty.conf @@ -1471,4 +1471,4 @@ map kitty_mod+f6 debug_config #: Include all configuration files in the kitty.d directory, use this to #override the : defaults defined in this root configuration file. -globinclude kitty.d/*.conf +include kitty.d/local.conf