summaryrefslogtreecommitdiff
path: root/doc/config
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-09-27 14:34:03 +0100
committerPhil Jones <philj56@gmail.com>2022-09-27 14:34:03 +0100
commit4801fff08bf3d42361a72e339c59390828983f49 (patch)
treefc23e1fa0a954181159ce1ad8bf17546259e56f1 /doc/config
parent452c1b6fa737661358cd2d6ce47d1a6400039f53 (diff)
Add --include option.
This allows config files to include other files, so you can e.g. split style and behaviour options into different files.
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config7
1 files changed, 7 insertions, 0 deletions
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