aboutsummaryrefslogtreecommitdiff
path: root/modules/calibredb-epub-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-23 22:42:10 -0600
committerCraig Jennings <c@cjennings.net>2026-01-23 22:42:10 -0600
commit3ed0e8ea7c39ea0eaaa48506b7b99dee5ee6ca30 (patch)
treefb1849fc4ebece45697c844eac4047a76ad984d1 /modules/calibredb-epub-config.el
parent5084dd6a72888e35ea3cabfb03531e9de48a4061 (diff)
downloaddotemacs-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/calibredb-epub-config.el')
-rw-r--r--modules/calibredb-epub-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calibredb-epub-config.el b/modules/calibredb-epub-config.el
index cf4b65ba..33767d5e 100644
--- a/modules/calibredb-epub-config.el
+++ b/modules/calibredb-epub-config.el
@@ -55,7 +55,7 @@
:defer 1
:commands calibredb
:bind
- ("M-B" . calibredb)
+ ("M-S-b" . calibredb) ;; was M-B, overrides backward-word
;; use built-in filter by tag, add clear-filters
(:map calibredb-search-mode-map
("l" . calibredb-filter-by-tag)