aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2023-09-26 16:07:58 +0200
committerThomas Schneider <qsx@chaotikum.eu>2023-09-26 16:07:58 +0200
commit6d7f499b87105e4889addf86bd5c2b3951b160e8 (patch)
treec856c84f4db33be412a1723345bf114116d7f87e /dot.emacs.d
parent26885f662fc53d3e09417a6d6bc6c7c5170ca1df (diff)
Emacs: Defer loading Gnus
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
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