From 6d7f499b87105e4889addf86bd5c2b3951b160e8 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Tue, 26 Sep 2023 16:07:58 +0200 Subject: Emacs: Defer loading Gnus --- dot.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 2d4bf18..bc685cb 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -303,6 +303,7 @@ ;;; Mail (use-package gnus + :defer t :config (setq message-kill-buffer-on-exit t -- cgit v1.2.3