diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-11 21:00:56 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-11 21:00:56 -0500 |
| commit | 2f01863f724837759465f2f2bf44d8ccc2e04a6f (patch) | |
| tree | 6df3c45d0ac7200f8091bef8f06ab24d5012db62 /tests/test-prog-c-compile-command.el | |
| parent | ee1108e6f87ed347a87bc2e6db11419a00aa7877 (diff) | |
| download | dotemacs-2f01863f724837759465f2f2bf44d8ccc2e04a6f.tar.gz dotemacs-2f01863f724837759465f2f2bf44d8ccc2e04a6f.zip | |
fix(text-config): bind edit-indirect and accent to reachable keys
edit-indirect-region was bound to "M-S-i", but pressing Meta+Shift+i produces the event M-I, not M-S-i. No keypress reached the binding, so it fell through to M-i tab-to-tab-stop. I bound it on "M-I" instead. The "was M-I" comment had it backwards: that earlier rename wasn't a no-op.
accent's C-` used accent-company, which needs the company backend. The pending Company-to-Corfu migration doesn't cover accent, so C-` would break silently once company is gone. I switched to accent-menu, which reads through the minibuffer and works regardless of the completion backend.
Diffstat (limited to 'tests/test-prog-c-compile-command.el')
0 files changed, 0 insertions, 0 deletions
