mu4e-view: remove 'describe bindings' override

Not sure where it was there in the first place

Fixes #2541.
This commit is contained in:
Dirk-Jan C. Binnema 2023-08-24 23:28:59 +03:00
parent a44c54b04d
commit c4a141975e
1 changed files with 0 additions and 2 deletions

View File

@ -1050,8 +1050,6 @@ This is useful for advising some Gnus-functionality that does not work in mu4e."
(define-derived-mode mu4e-view-mode gnus-article-mode "mu4e:view"
"Major mode for viewing an e-mail message in mu4e.
Based on Gnus' article-mode."
;; Restore C-h b default behavior
(define-key mu4e-view-mode-map (kbd "C-h b") 'describe-bindings)
;; ;; turn off gnus modeline changes and menu items
(advice-add 'gnus-set-mode-line :around #'mu4e--view-nop)
(advice-add 'gnus-button-reply :around #'mu4e--view-button-reply)