diff options
-rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -107,6 +107,11 @@ colorscheme evening au BufEnter * match RedundantSpaces /\s\+$\| \+\ze\t/ highlight RedundantSpaces ctermbg=red guibg=red +" ======================= +" autocommand definitions +" ======================= +au BufRead *COMMIT_EDITMSG set spell spelllang=en + " =========== " key hacking " =========== |