commit a58b4397a3a8293fd91907488c2528c20a3fa0ac
parent edff1f4ab9567db6a75194703114409021f38fd3
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 26 Sep 2013 09:24:57 +0200
removed text width from mail composition
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mutt/muttrc b/.mutt/muttrc
@@ -113,7 +113,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 tw=72 ft=mail noautoindent'"
+set editor="vim +8 -c 'set ft=mail noautoindent'"
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.