]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - emacs/notmuch-hello.el
emacs: In hello mode, bind `C-tab' to move backwards through widgets.
[notmuch.git] / emacs / notmuch-hello.el
index acf40bc4f11c7371cb6193ed76f2bb1205065e7b..79e3d5ffb95302e980b67c56640725f13b90e301 100644 (file)
@@ -448,6 +448,7 @@ should be. Returns a cons cell `(tags-per-line width)'."
 
       (use-local-map widget-keymap)
       (local-set-key "=" 'notmuch-hello-update)
+      (local-set-key (kbd "<C-tab>") 'widget-backward)
       (local-set-key "G" 'notmuch-hello-poll-and-update)
       (local-set-key "m" 'notmuch-mua-mail)
       (local-set-key "q" '(lambda () (interactive) (kill-buffer (current-buffer))))