From 09d51da39d01843011ab8e1206da5fe90de8d8f9 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 24 May 2026 16:13:08 -0500 Subject: 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. --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 19d8e269..57dd735a 100644 --- a/init.el +++ b/init.el @@ -91,7 +91,7 @@ (require 'eww-config) ;; text mode web browsing, w/o javascript (require 'flyspell-and-abbrev) ;; spell check and auto-correct (require 'httpd-config) -(require 'latex-config) ;; WIP need to fix +(require 'latex-config) ;; LaTeX/AUCTeX editing configuration (require 'mail-config) ;; email using mu4e and org-msg (require 'markdown-config) (require 'pdf-config) ;; pdf display settings @@ -110,7 +110,7 @@ (require 'prog-c) (require 'prog-go) (require 'prog-lisp) -(require 'prog-shell) ;; combine elsewhere +(require 'prog-shell) ;; shell-script editing configuration (require 'prog-python) (require 'prog-webdev) (require 'prog-json) @@ -149,7 +149,7 @@ (require 'music-config) (require 'games-config) -;; ------------------------------ Modules In Test ------------------------------ +;; ------------------------------- Misc Modules -------------------------------- (require 'lorem-optimum) ;; best fake latin text generator ever (require 'jumper) ;; navigation help for large projects/lotsa buffers -- cgit v1.2.3