From 3c4fcde1cb072163c09471e31db09a6a1828a667 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 2 Feb 2019 15:39:16 +0100 Subject: [PATCH] [Misc] Some minor restructuring --- init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 7706070..aa15d09 100644 --- a/init.el +++ b/init.el @@ -299,7 +299,7 @@ :type 'string) -;; * Builtin Variables +;; * General configuration (setq custom-file (expand-file-name "private/custom.el" emacs-d)) @@ -1197,6 +1197,8 @@ ;; * Mail +(setq send-mail-function 'smtpmail-send-it) + (use-package db-mail :commands (db/public-key db/encryption-possible-p @@ -1568,8 +1570,7 @@ (use-package smtpmail :defer t - :init (setq send-mail-function 'smtpmail-send-it - smtpmail-stream-type 'starttls + :init (setq smtpmail-stream-type 'starttls smtpmail-smtp-service 587 smtpmail-debug-info t) :config (progn