diff options
Diffstat (limited to 'after/ftplugin/mail.vim')
| -rw-r--r-- | after/ftplugin/mail.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/after/ftplugin/mail.vim b/after/ftplugin/mail.vim new file mode 100644 index 0000000..4b76a14 --- /dev/null +++ b/after/ftplugin/mail.vim @@ -0,0 +1,6 @@ +set spell +set formatoptions+=wq + +setlocal tw=72 et cc=73 list + +map <buffer> g= <Esc>vipgq |
