diff options
author | bptato <nincsnevem662@gmail.com> | 2023-09-20 16:26:43 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-09-20 16:27:05 +0200 |
commit | e746fcf957239d5e9210fdc6bad333fa9e1a7364 (patch) | |
tree | 6aed2ed0560a65ffb508632c4a6b482a5aa1cb80 /doc/config.md | |
parent | 29802269045c5eeb137a85d067120c5c6c7a6ed2 (diff) | |
download | chawan-e746fcf957239d5e9210fdc6bad333fa9e1a7364.tar.gz |
add manpages
still needs some work
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/config.md b/doc/config.md index 029f9a8a..2e989bd1 100644 --- a/doc/config.md +++ b/doc/config.md @@ -1,4 +1,6 @@ -# Configuration +% cha-config(5) | Configuration of Chawan + +# Configuration of Chawan Chawan supports configuration of various options like keybindings, user stylesheets, site preferences, etc. The configuration format is very similar @@ -21,6 +23,7 @@ environment variable is not set.) See the default configuration file in the res/ folder, and bonus configuration files in the bonus/ folder for further examples. +<!-- TOCSTART --> **Table of contents** * [Start](#start) @@ -38,6 +41,7 @@ examples. * [Appendix](#appendix) * [Regex handling](#regex-handling) +<!-- TOCEND --> ## Start Start-up options are to be placed in the `[start]` section. |