aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:00:27 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:03:14 +0200
commit585ffe488e69f9a705fa4f7edfa0a93a01f31dcd (patch)
treec6d2994c61843e6e1a9f705561774c64894bfe7e /dot.emacs.d/init.el
parentda4e43b5e8a5066b5de41165c4d6bd7c99b8ae92 (diff)
Emacs: Configure notmuch
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
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