diff options
-rw-r--r-- | .vimrc.mutt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc.mutt b/.vimrc.mutt index 8af11bc..281352a 100644 --- a/.vimrc.mutt +++ b/.vimrc.mutt @@ -1,3 +1,4 @@ source ~/.vimrc set fileencodings= " charset auto-sensing: disabled set fileencoding= " auto-sensed charset of current buffer +set textwidth=72 |