summaryrefslogtreecommitdiff
path: root/lisp/email.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-06-15 21:41:22 +0200
committerrekado <rekado@elephly.net>2015-06-27 12:31:07 +0200
commit28954971ce096d47365021b79781d4f38d4f6ee2 (patch)
treeeb91cc04de0e3b86eaf8d6ba90310a6ddaf282e2 /lisp/email.el
parent741318d8dde2c928de30612b084e6e4dd548ec12 (diff)
email: use msmtp in guix profile
Diffstat (limited to 'lisp/email.el')
-rw-r--r--lisp/email.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/email.el b/lisp/email.el
index 324231b..b61cd6b 100644
--- a/lisp/email.el
+++ b/lisp/email.el
@@ -74,7 +74,7 @@
(setq message-send-mail-function 'message-send-mail-with-sendmail)
;;use msmtp instead of sendmail
-(setq sendmail-program "/usr/bin/msmtp")
+(setq sendmail-program "~/.guix-profile/bin/msmtp")
(global-set-key (kbd "<f12>") 'mu4e)