summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-notmuch.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-18 03:12:23 +0100
committerjao <jao@gnu.org>2022-08-18 03:12:23 +0100
commit8c7acb8d055bd7d7cb33e85048a398408fa5a124 (patch)
tree36569816fca10964f4030850728f5c74e44b328d /custom/jao-custom-notmuch.el
parent49160528f28b0b31b2e7e270e1a9edb3fe1e80f3 (diff)
downloadelibs-8c7acb8d055bd7d7cb33e85048a398408fa5a124.tar.gz
elibs-8c7acb8d055bd7d7cb33e85048a398408fa5a124.tar.bz2
notmuch nits
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r--custom/jao-custom-notmuch.el19
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)