From 11b4efac6b4318706042c6ac44879a5df0432e31 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sat, 25 Nov 2023 07:51:52 -0800 Subject: emacs: minor bootstrap fixes --- .emacs.d/rul-init.d/notmuch.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.emacs.d/rul-init.d/notmuch.el') diff --git a/.emacs.d/rul-init.d/notmuch.el b/.emacs.d/rul-init.d/notmuch.el index 19ea823..e8e4d9d 100644 --- a/.emacs.d/rul-init.d/notmuch.el +++ b/.emacs.d/rul-init.d/notmuch.el @@ -1,10 +1,10 @@ ;; -------- ;; notmuch mode ;; -------- -(require 'notmuch) -(require 'notmuch-indicator) (require 'rul-config-mail) - +(use-package notmuch +:ensure t +:config ;;;; General UI (setq notmuch-show-logo nil notmuch-column-control 1.0 @@ -131,3 +131,6 @@ pairs in `binds' of the form ( ... (argfunc arg) body)." (make-binds notmuch-hello-mode-map notmuch-hello-tree-searches notmuch-search) +) + +(use-package notmuch-indicator :ensure t) -- cgit v1.2.3