summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-08-19 01:07:42 +0100
committerjao <jao@gnu.org>2021-08-19 01:07:42 +0100
commitdb6c56811e26affb096d6921fd57a8d4d051c916 (patch)
tree6731596274c641ed62e4b455fc854cd723bd6875 /notmuch.org
parent59664f4bc93864add8dd67ec5a64bda1cf73372b (diff)
downloadelibs-db6c56811e26affb096d6921fd57a8d4d051c916.tar.gz
elibs-db6c56811e26affb096d6921fd57a8d4d051c916.tar.bz2
jao-notmuch: simpler tree folding using outline mode
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/notmuch.org b/notmuch.org
index e6b14fa..caa5838 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -294,8 +294,7 @@
(add-hook 'notmuch-show-hook #'jao-notmuch-show-setup)
(jao-notmuch-show-prefer-html)
- (jao-notmuch-tree-setup)
- (define-key notmuch-tree-mode-map (kbd "T") notmuch-tree-thread-map)
+ (jao-notmuch-tree-setup "T")
:bind (:map notmuch-tree-mode-map
(("C" . jao-notmuch-echo-count)