summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-08-18 03:54:45 +0100
committerjao <jao@gnu.org>2021-08-18 03:54:45 +0100
commit06bffb1158259f53a99962254e597671a9ec5886 (patch)
tree10b57ea653c009925f35fa344df83f5338c2c9c3 /notmuch.org
parent7fb7f8a2ca913703c42e368bb36f4bc7f45e91e9 (diff)
downloadelibs-06bffb1158259f53a99962254e597671a9ec5886.tar.gz
elibs-06bffb1158259f53a99962254e597671a9ec5886.tar.bz2
notmuch: show/hide trees
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch.org b/notmuch.org
index 52de0ed..11358f2 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -286,7 +286,7 @@
scroll-margin 2
scroll-step 1))
- (add-hook 'notmuch-tree-mode-hook #'jao-notmuch-tree-setup)
+ (define-key notmuch-tree-mode-map (kbd "T") notmuch-tree-thread-map)
:bind (:map notmuch-tree-mode-map
(("C" . jao-notmuch-echo-count)
@@ -301,6 +301,7 @@
("n" . jao-notmuch-tree-next)
("O" . notmuch-tree-toggle-order)
("o" . jao-notmuch-tree-widen-search)
+ ("p" . jao-notmuch-tree-previous)
("s" . jao-notmuch-tree-spam)
("u" . jao-notmuch-tree-flag)
("v" . notmuch-tree-scroll-message-window)