summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 47fd21c..13c7137 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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
" ===========