| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs(load-graph): classify programming modules | Craig Jennings | 12 days | 1 | -0/+10 |
| | | | | | | | Sixth classification batch: prog-general plus the language modules — prog-c, prog-go, prog-lisp, prog-python, prog-webdev, prog-json, prog-yaml, prog-shell, prog-training. I annotated each header, added a Batch 6 table to the inventory, and extended the validation allowlist. 52 of 102 modules are now classified. prog-general owns the shared defaults and tree-sitter/LSP policy and stays eager. The language modules are eager only by init order and should load by major mode, so they're tagged Phase 6 deferral candidates. prog-shell's after-save executable hook is the one side effect worth scoping. No new hidden dependencies. | ||||
| * | chore: rename chime.el references to Chime | Craig Jennings | 2026-02-23 | 1 | -1/+1 |
| | | | | | | Update load-path, GitHub URL, and all project/package name references to reflect the chime.el → Chime rename. | ||||
| * | feat: ensure elisp-lint auto-installs via use-package | Craig Jennings | 2025-10-29 | 1 | -1/+4 |
| | | | | | | | Add :ensure t to elisp-lint use-package declaration to guarantee it's always installed. This supports chime.el development workflow where 'make lint' provides comprehensive code quality checks. | ||||
| * | feat(modules): Enhance Common Lisp and Scheme setup | Craig Jennings | 2025-10-20 | 1 | -41/+79 |
| | | | | | | | | | | | Added detailed setup instructions and configuration for Common Lisp (SBCL, Quicklisp, SLIME) and Scheme (Guile) in Emacs. Introduced new variables for specifying paths to Lisp implementations and modified hooks for consistent Lisp editing preferences. Included support for SLIME and Geiser with necessary bindings and configurations. Enhanced readability and maintainability by restructuring and adding informative comments. | ||||
| * | changing repositories | Craig Jennings | 2025-10-12 | 1 | -0/+126 |
