Mercurial > dotfiles
view .vim/ftplugin/python.vim @ 388:c35759aceed4
emacs: add a hook to handle ANSI colors in compilation buffers
Some tools just blindly assume they're printing to a color-supporting
terminal. Since fixing them is probably impractical, we'll just work around
their stupidity.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 01 Feb 2016 17:30:54 -0500 |
parents | c30d68fbd368 |
children |
line wrap: on
line source
setlocal tabstop=4 setlocal softtabstop=4 setlocal shiftwidth=4 setlocal textwidth=80 setlocal smarttab setlocal expandtab setlocal smartindent