diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:00:27 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:03:14 +0200 |
| commit | 585ffe488e69f9a705fa4f7edfa0a93a01f31dcd (patch) | |
| tree | c6d2994c61843e6e1a9f705561774c64894bfe7e /dot.emacs.d | |
| parent | da4e43b5e8a5066b5de41165c4d6bd7c99b8ae92 (diff) | |
Emacs: Configure notmuch
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 5 |
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 |
