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 | 59b6c154bbc219d700258e3e7c0c6e3feb19895a (patch) | |
| tree | 059f1943a0dd06cb4f0747d512fba79930e71e17 /modules/weather-config.el | |
| parent | d5a9bafc47880e78b992b5e8ae3f80598fcf8846 (diff) | |
| download | dotemacs-59b6c154bbc219d700258e3e7c0c6e3feb19895a.tar.gz dotemacs-59b6c154bbc219d700258e3e7c0c6e3feb19895a.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/weather-config.el')
| -rw-r--r-- | modules/weather-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/weather-config.el b/modules/weather-config.el index 0259d4a9..bf71ef9c 100644 --- a/modules/weather-config.el +++ b/modules/weather-config.el @@ -19,7 +19,7 @@ ;; Change this to t to enable debug logging ;; (setq wttrin-debug t) :bind - ("M-W" . wttrin) + ("M-S-w" . wttrin) ;; was M-W, overrides kill-ring-save :config (setopt wttrin-unit-system "u") (setopt wttrin-favorite-location "New Orleans, LA") |
