Emacs: Evalueate mu4e after smtpmail.
This commit is contained in:
parent
65f06b7a2d
commit
2aedb44d19
|
@ -1,6 +1,6 @@
|
||||||
;;; email.el --- Email setup -*- lexical-binding: t; -*-
|
;;; email.el --- Email setup -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Time-stamp: <2020-03-28T12:09:08+0100>
|
;; Time-stamp: <2020-03-28T12:23:02+0100>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
(file-exists-p "~/email/tzend"))
|
(file-exists-p "~/email/tzend"))
|
||||||
(use-package mu4e
|
(use-package mu4e
|
||||||
:straight nil ; Installed by package “mu”.
|
:straight nil ; Installed by package “mu”.
|
||||||
:after (ivy)
|
:after (ivy smtpmail)
|
||||||
:commands (mu4e-get-maildirs
|
:commands (mu4e-get-maildirs
|
||||||
mu4e-mark-handle-when-leaving
|
mu4e-mark-handle-when-leaving
|
||||||
mu4e-headers-search)
|
mu4e-headers-search)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user