diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-24 16:13:08 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-24 16:13:08 -0500 |
| commit | 09d51da39d01843011ab8e1206da5fe90de8d8f9 (patch) | |
| tree | 55f8b893eb04033faa2ba87effed63506bd21cf4 /todo.org | |
| parent | 57e7fbc423b13c56694d70526bf22610e7cc2c2a (diff) | |
| download | dotemacs-09d51da39d01843011ab8e1206da5fe90de8d8f9.tar.gz dotemacs-09d51da39d01843011ab8e1206da5fe90de8d8f9.zip | |
docs(init): retire stale module comments and track follow-ups
Three init.el requires carried vague comments: latex-config "WIP need to fix", prog-shell "combine elsewhere", and a "Modules In Test" banner. I replaced them with descriptive comments and moved the real follow-up work into todo.org tasks: investigate the latex-config state, and decide whether prog-shell config folds into prog-general. I also marked the module-classification task DOING.
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -384,7 +384,7 @@ Verify 2026-05-04: - Parsed the spec and =todo.org= with =org-element=. - Committed the tracked spec as =0528475=. -**** TODO [#B] Classify modules by role and startup requirement :refactor: +**** DOING [#B] Classify modules by role and startup requirement :refactor: Create a simple inventory, probably in =docs/design/= or an org note linked from this task: @@ -486,6 +486,12 @@ Expected outcome: - Add a note to the local repository docs so future package failures do not lead to permanent insecure defaults. +** TODO [#C] latex-config WIP state :refactor: +The =init.el= require for =latex-config= carried a bare "WIP need to fix" comment with no detail on what was broken. Retired that comment while classifying foundation modules; the underlying state still needs investigation. Read =modules/latex-config.el=, determine what's incomplete, and either finish it or scope a real task. + +** TODO [#C] Decide prog-shell config home :refactor: +The =init.el= require for =prog-shell= carried a "combine elsewhere" comment. Retired it during module classification. Decide whether shell-script editing config should fold into =prog-general= or stay its own module, then act or close. + ** TODO [#B] Rework dev F-keys: compile+run (F4), test (F6), coverage (F7) :feature: :PROPERTIES: :LAST_REVIEWED: 2026-05-22 |
