From 585ffe488e69f9a705fa4f7edfa0a93a01f31dcd Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 27 Jul 2026 20:00:27 +0200 Subject: Emacs: Configure notmuch --- dot.emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 204297c..9ff2309 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -516,6 +516,11 @@ :mode (rx ".gleam" eos)) ;;; Mail +(use-package notmuch + :defer t + :ensure nil + :hook ((notmuch-hello-mode . qsx-dont-show-line-numbers-hook))) + (use-package gnus :defer t :config -- cgit v1.2.3