dotfiles

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

mail.vim (313B)


      1 augroup mail_typography
      2     setlocal spell spl=en_us
      3     setlocal fdo+=search
      4     setlocal list
      5     setlocal formatoptions=alw2qt " automatically reflow paragraphs
      6     setlocal completefunc=Complete_Emails
      7     AdVIMsorEnable " detect weasel words, use of passive voice, word duplicates
      8     ALEDisable
      9 augroup END