summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-09-23 13:19:25 +0300
committerMarc Coquand <marc@mccd.space>2024-09-23 13:19:25 +0300
commit6e9e251ab89a871235f792cd1e1cbc012c51022c (patch)
treea32f900e983d46063a8645ca2fb20877423d9872
parent5bb862f70184bf8425d09d9031cb9eb2d873f884 (diff)
downloadbsd-6e9e251ab89a871235f792cd1e1cbc012c51022c.tar.gz
bsd-6e9e251ab89a871235f792cd1e1cbc012c51022c.tar.bz2
bsd-6e9e251ab89a871235f792cd1e1cbc012c51022c.zip
typo
-rw-r--r--emacs2
1 files changed, 1 insertions, 1 deletions
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))))))