diff options
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r-- | custom/jao-custom-notmuch.el | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 2441942..8faf753 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -352,13 +352,13 @@ :bind (:map notmuch-hello-mode-map (("a" . jao-notmuch-refresh-agenda) + ("g" . jao-notmuch-refresh-hello) ("j" . jao-notmuch-jump-search) ("n" . jao-notmuch-hello-next) ("p" . widget-backward) - ("S" . consult-notmuch) - ("g" . jao-notmuch-refresh-hello) - ("." . jao-notmuch-hello-first) ("SPC" . widget-button-press) + ("/" . consult-notmuch) + ("." . jao-notmuch-hello-first) ("[" . jao-notmuch-hello-prev-section) ("]" . jao-notmuch-hello-next-section)))) @@ -484,14 +484,15 @@ ("authors" . "%-35s") ("subject" . " %-100s") (jao-notmuch-format-tags . " (%s)")) + notmuch-tree-thread-symbols + '((prefix . "─") (top . "─") (top-tee . "┬") + (vertical . "│") (vertical-tee . "├") (bottom . "╰") + (arrow . "")) ;; notmuch-tree-thread-symbols - ;; '((prefix . "─") (top . "─") (top-tee . "┬") - ;; (vertical . "│") (vertical-tee . "├") (bottom . "╰") + ;; '((prefix . " ") (top . " ") (top-tee . " ") + ;; (vertical . " ") (vertical-tee . " ") (bottom . " ") ;; (arrow . "")) - notmuch-tree-thread-symbols - '((prefix . " ") (top . " ") (top-tee . " ") - (vertical . " ") (vertical-tee . " ") (bottom . " ") - (arrow . ""))) + ) :config (when (display-graphic-p) |