aboutsummaryrefslogtreecommitdiff
path: root/tests/test-prog-lisp.el
Commit message (Collapse)AuthorAgeFilesLines
* test(prog-lisp): cover the elisp and Common Lisp mode-setup functionsCraig Jennings11 days1-0/+66
prog-lisp.el had no tests. I added four for the config it owns directly: cj/elisp-setup and cj/common-lisp-setup are each registered on their mode hook and set the buffer-local conventions this config picks (4-space, no tabs, fill-column 120 for elisp; 2-space, fill-column 100 for Common Lisp). The module loads with use-package stubbed to a no-op, so no packages load, ensure, or download during the run. That keeps it batch-safe and independent of which Lisp packages happen to be installed.