diff options
Diffstat (limited to '')
-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 |