>From ba05872b80d5cebcf9258c4ff5ed9deca545b09c Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Mon, 7 Feb 2022 20:11:52 +0530 Subject: [PATCH] ebdb-notmuch.el: Tweak Notmuch EBDB insinuate --- ebdb-notmuch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ebdb-notmuch.el b/ebdb-notmuch.el index a945b56..c01df9d 100644 --- a/ebdb-notmuch.el +++ b/ebdb-notmuch.el @@ -70,6 +70,7 @@ the value of `ebdb-default-window-size'." (define-key notmuch-message-mode-map (kbd "TAB") #'ebdb-complete-mail)))) (add-hook 'notmuch-show-mode-hook #'ebdb-insinuate-notmuch) +(add-hook 'notmuch-message-mode-hook #'ebdb-insinuate-notmuch) (provide 'ebdb-notmuch) ;;; ebdb-notmuch.el ends here -- 2.35.1