From e73981f7292618adb972b1195944e6b2997ce190 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 23 Aug 2021 02:51:09 +0100 Subject: notmuch: a better way of recovering the w3m keymap --- notmuch.org | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'notmuch.org') diff --git a/notmuch.org b/notmuch.org index cb20bc1..c144c8a 100644 --- a/notmuch.org +++ b/notmuch.org @@ -286,15 +286,18 @@ :bind (:map notmuch-show-mode-map - (("h" . jao-notmuch-goto-tree-buffer) - ("TAB" . jao-notmuch-show-next-button) - ("S-TAB" . jao-notmuch-show-previous-button) - ("RET" . jao-notmuch-show-ret)))) + (("h" . jao-notmuch-goto-tree-buffer)))) #+end_src * search #+begin_src emacs-lisp (use-package notmuch-search + :init (setq notmuch-search-result-format + '(("date" . "%12s ") + ("count" . "%-7s ") + ("authors" . "%-35s") + ("subject" . "%-100s") + ("tags" . "(%s)"))) :bind (:map notmuch-search-mode-map (("RET" . notmuch-tree-from-search-thread) ("M-RET" . notmuch-search-show-thread)))) -- cgit v1.2.3