From 435e77e8aa9ce6a822786642f11c604be2f256be Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 25 Oct 2019 22:05:44 -0400 Subject: [PATCH] FIXS some startup errors --- etc/conf.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index f6bd829..6c619a3 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -3115,6 +3115,7 @@ Since mu4e is an external program, need to check that it is installed before loa ;; (setq secrets-enabled t) ;; (add-to-list 'auth-sources "secrets:default") (setq send-mail-function 'smtpmail-send-it + smtpmail-debug-info nil message-send-mail-function 'smtpmail-send-it) (add-to-list 'auth-sources (no-littering-expand-etc-file-name "authinfo_mu4e.gpg")) @@ -3280,7 +3281,7 @@ I like being evil. All package and custom bindings go here. :straight t :init ;; this is required to make evil collection work - (setq evil-want-integration nil + (setq evil-want-integration t evil-want-keybinding nil) :config (evil-mode 1))