IMPROVE: auto line wrap for mutt

have used that before but then disabled that again
This commit is contained in:
Jean-Claude 2022-02-23 14:09:23 +01:00
parent 83314c745e
commit 92f6e8c7a4
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ augroup END
augroup mutt
autocmd!
autocmd BufRead /tmp/neomutt-* setlocal spell
" autocmd BufRead /tmp/neomutt-* setlocal fo+=a " Auto linebreak
autocmd BufRead /tmp/neomutt-* setlocal fo+=a " Auto linebreak
autocmd BufRead /tmp/neomutt-* setlocal tw=80 " Wrap after 80 chars
augroup END
" Opam/Merlin