Emacs: Evalueate mu4e after smtpmail.

This commit is contained in:
tastytea 2020-03-28 12:43:31 +01:00
parent 65f06b7a2d
commit 2aedb44d19
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; email.el --- Email setup -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-28T12:09:08+0100>
;; Time-stamp: <2020-03-28T12:23:02+0100>
;;; Commentary:
@ -12,7 +12,7 @@
(file-exists-p "~/email/tzend"))
(use-package mu4e
:straight nil ; Installed by package “mu”.
:after (ivy)
:after (ivy smtpmail)
:commands (mu4e-get-maildirs
mu4e-mark-handle-when-leaving
mu4e-headers-search)