X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=acd48c9bc2b56b59b32bb5df4a3d956522acddc3;hb=20b2ae12183a5be79d2f3d8da7943bc358e8202c;hp=71487bd97b8795b71747594f98bcd54ed821a976;hpb=5e5f2122f91413e93761ca4a3d30b0b8b0d5e38e;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 71487bd9..acd48c9b 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -702,7 +702,6 @@ with `notmuch-hello-query-counts'." ;; that when we modify map it does not modify widget-keymap). (let ((map (make-composed-keymap (list (make-sparse-keymap) widget-keymap)))) (set-keymap-parent map notmuch-common-keymap) - (define-key map (kbd "") 'widget-backward) map) "Keymap for \"notmuch hello\" buffers.")