about summary refs log tree commit diff
path: root/modules/workstation/emacs
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-11-23 12:23:53 +0000
committerAlyssa Ross <hi@alyssa.is>2020-11-26 14:26:56 +0000
commit55dc1943cf7f532db9a48af09717fb4c5a25be00 (patch)
tree5b00789ec4ddd04e6ed513e9eea1700baa532529 /modules/workstation/emacs
parent1b6cd5860eae7b358cea9215b3760e5a9aa23600 (diff)
downloadnixlib-55dc1943cf7f532db9a48af09717fb4c5a25be00.tar
nixlib-55dc1943cf7f532db9a48af09717fb4c5a25be00.tar.gz
nixlib-55dc1943cf7f532db9a48af09717fb4c5a25be00.tar.bz2
nixlib-55dc1943cf7f532db9a48af09717fb4c5a25be00.tar.lz
nixlib-55dc1943cf7f532db9a48af09717fb4c5a25be00.tar.xz
nixlib-55dc1943cf7f532db9a48af09717fb4c5a25be00.tar.zst
nixlib-55dc1943cf7f532db9a48af09717fb4c5a25be00.zip
modules/emacs: send mail with sendmail
Diffstat (limited to 'modules/workstation/emacs')
-rw-r--r--modules/workstation/emacs/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index 510c597d6ee8..e0c0a79a6242 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -90,6 +90,10 @@
   `(?r ,(lambda (buf) (with-current-buffer buf (revert-buffer t t)))
        ,(purecopy "revert this buffer")))
 
+;;; sendmail ;;;
+;; Use the system "sendmail" program to send mail.
+(setq send-mail-function 'sendmail-send-it)
+
 ;;; Transient ;;;
 ;; Make all Magit options available, even those that are disabled by
 ;; default because they're too obscure.