From 735098376760bc31d442f8a195b425c907c437e4 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 14 Oct 2021 22:46:14 +0100 Subject: better url navigation in notmuch-show --- notmuch.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'notmuch.org') diff --git a/notmuch.org b/notmuch.org index 3dc46b7..2e5b632 100644 --- a/notmuch.org +++ b/notmuch.org @@ -78,6 +78,7 @@ '("tag:prog" "not tag:\"/(lobsters|xmobar|notmuch|haskell)/\"")) ,@(jao-notmuch--mboxes-search "feeds" "emacs" "prog") + ,(jao-notmuch--q "jao" "draft" "d" '("tag:draft")) ,(jao-notmuch--q "bml" "today" "tb" '("tag:bigml" "date:24h..") t) ,(jao-notmuch--q "jao" "today" "tj" '("tag:jao" "date:24h.." @@ -285,7 +286,7 @@ (:map notmuch-show-mode-map (("h" . jao-notmuch-goto-tree-buffer) ("TAB" . jao-notmuch-show-next-button) - ("S-TAB" . jao-notmuch-show-previous-button) + ([backtab] . jao-notmuch-show-previous-button) ("RET" . jao-notmuch-show-ret)))) #+end_src -- cgit v1.2.3