From c7c35d0db379b862b303c51b9f23dbb66269525a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 24 Oct 2023 22:34:55 +0100 Subject: [PATCH] Require notmuch-indicator --- home/emacs/modules/custom-email-config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/emacs/modules/custom-email-config.el b/home/emacs/modules/custom-email-config.el index 7d9132d2..5605985a 100644 --- a/home/emacs/modules/custom-email-config.el +++ b/home/emacs/modules/custom-email-config.el @@ -1,5 +1,6 @@ (require 'notmuch) -(notmuch-indicator-mode) +(require 'notmuch-indicator) +(notmuch-indicator-mode +1) (setq mail-user-agent 'notmuch-user-agent notmuch-search-oldest-first nil notmuch-show-logo nil