diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2052,6 +2052,10 @@ (define-key notmuch-common-keymap "d" #'notmuch-jump-search) (define-key notmuch-message-mode-map (kbd "C-c C-s") nil) (define-key notmuch-show-mode-map "v" #'org-capture) + + (define-key notmuch-search-mode-map "." #'beginning-of-buffer) + (define-key notmuch-tree-mode-map "." #'beginning-of-buffer) + (define-key notmuch-show-mode-map "e" #'notmuch-show-open-or-close-all) (define-key notmuch-tree-mode-map "e" #'notmuch-tree-show-message) (define-key notmuch-search-mode-map "e" #'notmuch-search-show-thread)) |