dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit df6b41abfe9cdf0deb938766c997330f2ce705f1
parent 650224b4f37e2e4f4ff8ef8d9003fb922cb1fb74
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 12 May 2019 15:24:25 -0500

Remove old config for mails in vim

Diffstat:
M.vim/ftplugin/mail.vim | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim @@ -1,11 +1,8 @@ augroup mail_typography - call pencil#init({'wrap': 'soft', 'textwidth': 80, 'conceallevel': 0}) setlocal spell spl=en_us setlocal fdo+=search setlocal list setlocal formatoptions=alw2qt " automatically reflow paragraphs setlocal completefunc=Complete_Emails - IndentLinesDisable AdVIMsorEnable " detect weasel words, use of passive voice, word duplicates - "DittoOn augroup END