X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=buster%2Fhome_files%2Fuser_eeepc%2F.emacs.d%2Finit.el;h=389126ccc5717b60aa51a2c8d307631716389894;hb=7da6716e618d2fa8c010ebe50ed846b10123b178;hp=81359f971de418985d91c35160c4c7b5e150a978;hpb=b299622ca0349ce273642dd2c5baf57d2338abdc;p=config diff --git a/buster/home_files/user_eeepc/.emacs.d/init.el b/buster/home_files/user_eeepc/.emacs.d/init.el index 81359f9..389126c 100644 --- a/buster/home_files/user_eeepc/.emacs.d/init.el +++ b/buster/home_files/user_eeepc/.emacs.d/init.el @@ -114,6 +114,20 @@ +;; mail setup +;; ========== + +(setq send-mail-function 'smtpmail-send-it) +(setq smtpmail-smtp-server "core.plomlompom.com") +(setq smtpmail-smtp-service 465) +(setq smtpmail-stream-type 'ssl) +(setq smtpmail-smtp-user "plom") +(setq mail-host-address "plomlompom.com") + +;; otherwise notmuch becomes extremely slow in some cases +(setq-default notmuch-show-indent-content nil) + + ;; org mode ;; ========