diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2023-09-26 16:07:58 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2023-09-26 16:07:58 +0200 |
| commit | 6d7f499b87105e4889addf86bd5c2b3951b160e8 (patch) | |
| tree | c856c84f4db33be412a1723345bf114116d7f87e /dot.emacs.d/init.el | |
| parent | 26885f662fc53d3e09417a6d6bc6c7c5170ca1df (diff) | |
Emacs: Defer loading Gnus
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 1 |
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 |
