]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: In hello mode, bind `C-tab' to move backwards through widgets.
authorDavid Edmondson <dme@dme.org>
Thu, 29 Apr 2010 10:57:04 +0000 (11:57 +0100)
committerCarl Worth <cworth@cworth.org>
Fri, 4 Jun 2010 00:08:27 +0000 (17:08 -0700)
`C-tab' is now the inverse operation to `tab'.

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))))