diff --git a/gitconfig b/gitconfig index adaba9a..3baf563 100644 --- a/gitconfig +++ b/gitconfig @@ -4,6 +4,7 @@ cam = commit -am cl = clone co = checkout + coa = commit --amend cr = codereview df = diff dfs = diff --stat diff --git a/vimrc b/vimrc index 354fc24..3d36761 100644 --- a/vimrc +++ b/vimrc @@ -356,3 +356,4 @@ command Cr !carp -x % let g:syntastic_python_checkers = ['python'] let g:syntastic_python_python_exec = '/usr/local/bin/python3' let g:syntastic_haskell_hlint_args = "-i 'Eta reduce'" +let g:syntastic_always_populate_loc_list = 1