dotfiles

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

markdown.vim (182B)


      1 augroup markdown_typography
      2     setlocal spell spl=en_us
      3     setlocal fdo+=search
      4     setlocal nolist
      5     setlocal formatoptions=alw2qt " automatically reflow paragraphs
      6 augroup END