From 265965a188bb349a19e763c0869b87630beeaf02 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 24 Mar 2023 18:22:26 -0700 Subject: bind '=' in eww-mode --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 52cb4e56..ab917663 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -3819,7 +3819,9 @@ mutt's review view, after exiting EDITOR." (with-eval-after-load 'gnus-sum (define-key gnus-summary-mode-map "vo" #'spw/gnus-reader)) -(spw/feature-define-keys eww "h" gnus-article-show-summary) +(spw/feature-define-keys eww + "h" gnus-article-show-summary + "=" gnus-summary-expand-window) ;; In a group with patches, try to expunge messages not relevant for reviewing ;; those patches. Optional numeric prefix argument specifies the version of -- cgit v1.2.3