diff options
author | Phil Jones <philj56@gmail.com> | 2022-09-27 14:34:03 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-09-27 14:34:03 +0100 |
commit | 4801fff08bf3d42361a72e339c59390828983f49 (patch) | |
tree | fc23e1fa0a954181159ce1ad8bf17546259e56f1 /doc/config | |
parent | 452c1b6fa737661358cd2d6ce47d1a6400039f53 (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/config | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |