aboutsummaryrefslogtreecommitdiff
path: root/modules/elfeed-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-12 10:07:09 -0500
committerCraig Jennings <c@cjennings.net>2026-06-12 10:07:09 -0500
commit4a1ecf647270e49da1a185f4d52c2553e1fedba8 (patch)
treeee521ff355f9349e032eb22c55f4f386ffa0bc5d /modules/elfeed-config.el
parent1aef127f4bf35917829d22b18593fee64974ccb1 (diff)
downloaddotemacs-4a1ecf647270e49da1a185f4d52c2553e1fedba8.tar.gz
dotemacs-4a1ecf647270e49da1a185f4d52c2553e1fedba8.zip
fix(keys): bind eww/elfeed/calibredb launchers to the uppercase Meta event
Meta+Shift+<letter> emits the uppercase event (M-E/M-R/M-B), so the M-S-e/M-S-r/M-S-b :bind specs on lowercase letters were never reached by the keychord and the three launchers were dead. Rebind them to M-E/M-R/M-B. Three ERT tests assert each chord resolves to eww, cj/elfeed-open, and calibredb respectively.
Diffstat (limited to 'modules/elfeed-config.el')
-rw-r--r--modules/elfeed-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/elfeed-config.el b/modules/elfeed-config.el
index ad7bda83a..4f4089157 100644
--- a/modules/elfeed-config.el
+++ b/modules/elfeed-config.el
@@ -33,7 +33,7 @@
(use-package elfeed
:bind
- ("M-S-r" . cj/elfeed-open) ;; was M-R
+ ("M-R" . cj/elfeed-open) ;; Meta+Shift+r emits the uppercase event
(:map elfeed-show-mode-map
("w" . eww-open-in-new-buffer))
(:map elfeed-search-mode-map