diff options
author | Alan Pearce | 2017-09-25 15:05:50 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-25 15:05:50 +0200 |
commit | a8242c62f7f937b037f9a88023c860c201434b3e (patch) | |
tree | 941908ac593e4bc88f1d9fb532125ca8649c6cfa | |
parent | e30c3354948024bd75a57409441507b1384226b4 (diff) | |
download | dotfiles-a8242c62f7f937b037f9a88023c860c201434b3e.tar.lz dotfiles-a8242c62f7f937b037f9a88023c860c201434b3e.tar.zst dotfiles-a8242c62f7f937b037f9a88023c860c201434b3e.zip |
Emacs: Use mu4e as mail agent
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index ca0ec4e..6cab861 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1216,6 +1216,7 @@ With two prefix arguments, write out the day and month name." mu4e-trash-folder mu4e-user-mail-address-list mu4e-contexts) + :init (setq mail-user-agent 'mu4e-user-agent) :config (progn (setq mu4e-use-fancy-chars nil mu4e-attachment-dir "~/Downloads/" |