diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-28 03:08:05 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-28 03:08:05 -0500 |
| commit | 2aacd82efacf1be7961eb5f6680895466cd30c2c (patch) | |
| tree | 1336b2ef22e82203f619a0248c7d7e359944fa4d /init.el | |
| parent | 9dc282c970813804b5a46c938c638215fb6b2eaf (diff) | |
| download | dotemacs-2aacd82efacf1be7961eb5f6680895466cd30c2c.tar.gz dotemacs-2aacd82efacf1be7961eb5f6680895466cd30c2c.zip | |
feat(signal): dock chat buffer to bottom 30% and add cancel binding
I added a display-buffer-alist entry matching "*Signel:" chat buffers and routing them through display-buffer-at-bottom with window-height 0.3. The signel fork's signel-chat now uses pop-to-buffer instead of switch-to-buffer, which is what makes the rule apply. Without that switch the buffer replaces the current window and skips display-buffer entirely.
Two new tests in test-signal-config.el lock the entry shape and the regex's buffer-name match set. A new test-signel-cancel-input.el covers the fork's C-c C-k handler. It clears the editable region between signel--input-marker and point-max, then quit-windows so the buffer survives the dismiss.
Closes the "Chat buffer placement + exit keys" task filed during the 2026-05-28 manual-verify walk.
Diffstat (limited to 'init.el')
0 files changed, 0 insertions, 0 deletions
