diff options
Diffstat (limited to '.vim/vimrc')
-rw-r--r-- | .vim/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -172,6 +172,9 @@ set clipboard=unnamedplus set lazyredraw set hidden +" mutt +au BufRead *mutt* set tw=72 + " Colorscheme if $COLORSCHEME=="light" silent! colo solarized |