From 4801fff08bf3d42361a72e339c59390828983f49 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 27 Sep 2022 14:34:03 +0100 Subject: Add --include option. This allows config files to include other files, so you can e.g. split style and behaviour options into different files. --- doc/config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/config') diff --git a/doc/config b/doc/config index e1e93a7..f95a367 100644 --- a/doc/config +++ b/doc/config @@ -144,3 +144,10 @@ # for a short time after launch. The only reason to use this option is # performance on slow systems. late-keyboard-init = false + +# +### Inclusion +# + # Configs can be split between multiple files, and then included + # within each other. + # include = /path/to/config -- cgit v1.2.3