From af0543c5a3549e6a35c6ffdd7b44d07be5a39f22 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 19 Mar 2019 11:50:43 +0100 Subject: [PATCH] notmuch: Set initial state of notmuch-tree to 'normal --- evil-collection-notmuch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/evil-collection-notmuch.el b/evil-collection-notmuch.el index 1cdeabe..53c6918 100644 --- a/evil-collection-notmuch.el +++ b/evil-collection-notmuch.el @@ -85,6 +85,7 @@ (evil-set-initial-state 'notmuch-show-mode 'normal) (evil-set-initial-state 'notmuch-search-mode 'normal) (evil-set-initial-state 'notmuch-hello-mode 'normal) + (evil-set-initial-state 'notmuch-tree-mode 'normal) (evil-collection-define-key 'normal 'notmuch-common-keymap "g?" 'notmuch-help