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 | 3ed0e8ea7c39ea0eaaa48506b7b99dee5ee6ca30 (patch) | |
| tree | fb1849fc4ebece45697c844eac4047a76ad984d1 /modules/ui-theme.el | |
| parent | 5084dd6a72888e35ea3cabfb03531e9de48a4061 (diff) | |
| download | dotemacs-3ed0e8ea7c39ea0eaaa48506b7b99dee5ee6ca30.tar.gz dotemacs-3ed0e8ea7c39ea0eaaa48506b7b99dee5ee6ca30.zip | |
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 'modules/ui-theme.el')
| -rw-r--r-- | modules/ui-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
