diff options
| -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 |
