dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 2ba15aaea5425d8a011c89353b8f44a2306f00f5
parent 9c7c1f9a346224483dd03c128934de7e4cafd2fd
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  6 Mar 2013 22:38:13 -0800

No longer manually setting scala filetype

Diffstat:
M.vim/.vimrc | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/.vim/.vimrc b/.vim/.vimrc @@ -79,10 +79,6 @@ if &t_Co > 2 || has("gui_running") endif endif -if has("autocmd") - au BufNewFile,BufRead *.scala set filetype=scala -endif - " Other UI stuff if has("gui_running") set lines=60 columns=120