aboutsummaryrefslogtreecommitdiff
path: root/tests/test-prog-general--install-treesit-grammars.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(treesit): prompt before grammar installs, add explicit bootstrapCraig Jennings4 days1-0/+34
treesit-auto-install was t, so opening a file could silently trigger a network download and compiler build mid-edit. It now prompts, and cj/install-treesit-grammars is the deliberate fresh-machine bootstrap that installs everything in one command.