projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eb047
)
emacs: In hello mode, bind `C-tab' to move backwards through widgets.
author
David Edmondson
<dme@dme.org>
Thu, 29 Apr 2010 10:57:04 +0000
(11:57 +0100)
committer
Carl 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
patch
|
blob
|
history
diff --git
a/emacs/notmuch-hello.el
b/emacs/notmuch-hello.el
index acf40bc4f11c7371cb6193ed76f2bb1205065e7b..79e3d5ffb95302e980b67c56640725f13b90e301 100644
(file)
--- a/
emacs/notmuch-hello.el
+++ b/
emacs/notmuch-hello.el
@@
-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))))