]> git.neil.brown.name Git - edlib.git/commit
Add a config-file parser.
authorNeilBrown <neil@brown.name>
Wed, 14 Jun 2023 10:21:58 +0000 (20:21 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 07:51:41 +0000 (17:51 +1000)
commit3e50f74e3018fb91f5ce8a61e5ed970f75a22688
tree7ba2f696c46f728179c3ed895b2177dc11436a2e
parent0f255ebb6f23e8cc517b9337bddaa4e326ac4e5a
Add a config-file parser.

An "ini" style file can be read to set global attributes, configure
auto-loading of modules (listing commands that they define) and
eventually per-doc configurations based on file name.

All module loading requests are now in edlib.ini.

Signed-off-by: NeilBrown <neil@brown.name>
Makefile
doc-email.c
edlib.c
edlib.ini [new file with mode: 0644]
lib-config.c [new file with mode: 0644]
mode-emacs.c
python/config.py
python/lib-diff.py
python/lib-mergeview.py
python/render-calc.py