summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
authorAlan Pearce2019-08-19 14:44:56 +0200
committerAlan Pearce2019-08-19 14:44:56 +0200
commitbed4dc319f1788d34d22e7183d091f44379121f7 (patch)
tree144cd1effe3bd0eb911c07fbb42e76eac1fdcf5e /emacs/.emacs.d/main.el
parentf2920755e2a2f4bed9520dd2a8ce042192ee615b (diff)
downloaddotfiles-bed4dc319f1788d34d22e7183d091f44379121f7.tar.lz
dotfiles-bed4dc319f1788d34d22e7183d091f44379121f7.tar.zst
dotfiles-bed4dc319f1788d34d22e7183d091f44379121f7.zip
Emacs: configure MTA
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 3671792..902b55e 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -669,6 +669,9 @@ With two prefix arguments, write out the day and month name."
 
 ;;; E-mail
 
+(declare-function sendmail-send-it "sendmail")
+(setq send-mail-function #'sendmail-send-it)
+
 (use-package mu4e
   :init (setq mail-user-agent #'mu4e-user-agent)
   :custom ((mu4e-completing-read-function #'ivy-completing-read)