aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-05-03 15:45:11 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-05-03 15:45:11 +0200
commit560b4546110853339f15050d3a2578ffe4d0690a (patch)
tree4fc7b7a1be45e984106609a607407e190a9eeed9
parenta71a1203319594aa0eb56f3e4ecf949793e9411c (diff)
Add to-do regarding sections
-rw-r--r--TODO.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index 28eec8c..9db58e6 100644
--- a/TODO.org
+++ b/TODO.org
@@ -2,3 +2,13 @@
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.