From 6e9e251ab89a871235f792cd1e1cbc012c51022c Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 23 Sep 2024 13:19:25 +0300 Subject: typo --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs b/emacs index c6ddcd7..22f1c01 100644 --- a/emacs +++ b/emacs @@ -185,7 +185,7 @@ (account (cond ((string-match "marcc@fastmail.fr" from) "home") - ((string-match "marc.coqxuand@sustainably.app" from) "work") + ((string-match "marc.coquand@sustainably.app" from) "work") ((string-match "marc@mccd.space" from) "home")))) (setq message-sendmail-extra-arguments (list '"-a" account)))))) -- cgit v1.2.3