diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-23 22:42:10 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-23 22:42:10 -0600 |
| commit | 7854ad74addd9bcae905def8fe4f844fb5c08678 (patch) | |
| tree | fb1849fc4ebece45697c844eac4047a76ad984d1 /init.el | |
| parent | b62a9a792707581243b15116910d8aef33220d3f (diff) | |
fix(terminal): add console/mosh compatibility
- Create terminal-compat.el for arrow key escape sequences
- Fix M-uppercase keybindings (M-O → M-S-o, etc.) that conflicted
with terminal escape sequences ESC O A/B/C/D
- Add GUI-only guards for emojify and icon rendering
- 18 keybindings updated across 13 modules with override comments
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ (require 'config-utilities) ;; enable for extra Emacs config debug helpers (require 'user-constants) ;; paths for files referenced in this config (require 'host-environment) ;; convenience functions re: host environment +(require 'terminal-compat) ;; terminal/mosh compatibility fixes (require 'system-defaults) ;; native comp; log; unicode, backup, exec path (require 'keybindings) ;; system-wide keybindings and keybinding discovery |
