aboutsummaryrefslogtreecommitdiff
path: root/modules/prog-lisp.el
Commit message (Collapse)AuthorAgeFilesLines
* docs(load-graph): classify programming modulesCraig Jennings12 days1-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 ChimeCraig Jennings2026-02-231-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-packageCraig Jennings2025-10-291-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 setupCraig Jennings2025-10-201-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 repositoriesCraig Jennings2025-10-121-0/+126