blob: 9db58e617eff4f47f467cc2c5728699a7889f6f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
* TODO Add runtime parameter through the environment
For example, a =UCONFIG_DUMP_CONFIG= environment variable which, if set, make
Uconfig dump the initialized configuration when ~uconfig_new~ is called.
* TODO Handle configuration sections
Allow Uconfig to accept line such as
#+begin_src
[mysection]
#+end_src
to separate sections in the config file.
|