From 7854ad74addd9bcae905def8fe4f844fb5c08678 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 23 Jan 2026 22:42:10 -0600 Subject: fix(terminal): add console/mosh compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- modules/ui-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ui-theme.el') diff --git a/modules/ui-theme.el b/modules/ui-theme.el index 1575257a..bc526f38 100644 --- a/modules/ui-theme.el +++ b/modules/ui-theme.el @@ -43,7 +43,7 @@ Unloads any other applied themes before applying the chosen theme." (load-theme (intern chosentheme) t)) (cj/save-theme-to-file)) -(keymap-global-set "M-L" #'cj/switch-themes) +(keymap-global-set "M-S-l" #'cj/switch-themes) ;; was M-L, overrides downcase-word ;; ----------------------------- Theme Persistence ----------------------------- ;; persistence utility functions used by switch themes. -- cgit v1.2.3