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