aboutsummaryrefslogtreecommitdiff
path: root/modules/host-environment.el
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
commit2a60405ac28c12ec63fac2032b8f87599ebfc6b6 (patch)
tree7852b1a8a9ba9e66ecb3aa41928e4f390c763bcc /modules/host-environment.el
parent0c085f2935418f365f6abd39ce008909dc13ed3c (diff)
downloaddotemacs-2a60405ac28c12ec63fac2032b8f87599ebfc6b6.tar.gz
dotemacs-2a60405ac28c12ec63fac2032b8f87599ebfc6b6.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 'modules/host-environment.el')
0 files changed, 0 insertions, 0 deletions