aboutsummaryrefslogtreecommitdiff
path: root/modules/prog-lisp.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(faces): let the theme own face appearanceCraig Jennings9 days1-11/+1
| | | | Strip per-module face configuration so the active theme is the single source of face styling. Removed the dired text-greying set-face-attribute calls (kept the buffer-local face-remap), the org appearance set-face-attribute calls, the highlight-indent-guides colors, the rainbow-delimiters depth colors (which were overriding the theme's blue with red), and the cj/music-* defface forms plus the emms-playlist custom-set-faces. Left nerd-icons' set-face-foreground alone, since it's runtime tint logic rather than static config. Each touched file is backed up beside it as <name>.el.faces.bak (untracked). The cj/music-* faces now come from the theme instead of the module, so until the theme provides them music rendering falls back to the default face.
* docs(load-graph): classify programming modulesCraig Jennings2026-05-241-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