diff options
author | 2023-09-13 21:48:05 -0400 | |
---|---|---|
committer | 2023-09-13 21:48:05 -0400 | |
commit | f3c4487c6c79880ec5ae3a6eda485c6825e95984 (patch) | |
tree | c3739434f98c6a5e9b7109de606e84decfc106bb /.emacs.d/init.el | |
parent | 58a8345e91d628f56875112b2242e8fa75f0003c (diff) | |
download | configs-f3c4487c6c79880ec5ae3a6eda485c6825e95984.tar.gz configs-f3c4487c6c79880ec5ae3a6eda485c6825e95984.tar.xz configs-f3c4487c6c79880ec5ae3a6eda485c6825e95984.zip |
Some Gnus tweaks
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1383003..c3c9d1e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -633,6 +633,8 @@ for all frames." (setq shr-max-width 80) ;; Email (with Gnus, message, and smtpmail) +;; (with-eval-after-load 'sendmail +;; (setq mail-header-separator "")) (require 'bandali-gnus) (require 'bandali-message) ;; (with-eval-after-load 'smtpmail |