aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-03 17:39:10 -0500
committerCraig Jennings <c@cjennings.net>2026-05-03 17:39:10 -0500
commit0e013d2108592c0cb0fc3f349354f14893b7717b (patch)
tree7852b1a8a9ba9e66ecb3aa41928e4f390c763bcc /tests
parent0035d443e5b8779ab3fdff9c6961eedaafdbe5c6 (diff)
downloaddotemacs-0e013d2108592c0cb0fc3f349354f14893b7717b.tar.gz
dotemacs-0e013d2108592c0cb0fc3f349354f14893b7717b.zip
chore(prog-general): disable auto-close of *compilation* window
I commented out the global `compilation-finish-functions' hook that closed the *compilation* window 1.5 seconds after a successful compile. With the F6 test runner now landing test output in *compilation*, I want the buffer to stay open afterward so I can read the results, not have it slide out from under me. The block stays in the file as a commented-out reference so I can flip it back on later if I want. A prog-mode-only variant is noted in the comment for the day I want the auto-close back for non-prog compiles (org-export, etc.) — that needs advice on `compile' to capture the originating buffer's `major-mode' at compile-start, since the hook fires after `compilation-mode' has already taken over the current buffer. Skipped for now per the simpler path.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions