[Misc] Some minor restructuring

This commit is contained in:
Daniel - 2019-02-02 15:39:16 +01:00
parent 26b0234b56
commit 3c4fcde1cb
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 4 additions and 3 deletions

View File

@ -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