commit 53878e3daf5866ced3d4d20165ec78e9a363d04f
parent 3b0a261f3ca8e2c8493a9c39fc530d9e4c2f0a6f
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Sun, 28 Feb 2016 11:35:57 -0800
fix region specification
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mutt/muttrc b/.mutt/muttrc
@@ -59,7 +59,7 @@ set meta_key=yes
set attribution="* %n <%a> [%{%Y-%m-%d %H:%M:%S %Z}]:\n"
set edit_headers # edit the message headers.
set fast_reply # skip initial prompts when replying
-set editor="vim +8 -c 'set ft=mail noautoindent spell spelllang=en,da'"
+set editor="vim +8 -c 'set ft=mail noautoindent spell spelllang=en_us,da'"
set nomark_old # Don't mark unread new msgs as old.
set nosmart_wrap # Don't want smart wrapping.
set nomarkers # Don't want any wrap markers.