]> git.cworth.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
emacs: drop C-tab binding in hello mode, document <backtab>.
[notmuch] / emacs / notmuch-hello.el
index 71487bd97b8795b71747594f98bcd54ed821a976..acd48c9bc2b56b59b32bb5df4a3d956522acddc3 100644 (file)
@@ -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 "<C-tab>") 'widget-backward)
     map)
   "Keymap for \"notmuch hello\" buffers.")