summaryrefslogtreecommitdiff
path: root/modules/prog-lisp.el
AgeCommit message (Collapse)Author
24 hoursfeat: ensure elisp-lint auto-installs via use-packageCraig Jennings
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. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 daysfeat(modules): Enhance Common Lisp and Scheme setupCraig Jennings
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.
2025-10-12changing repositoriesCraig Jennings