From 48e0bde090d18c797b2542fcc4a3b0cbdd524795 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 10 May 2020 23:27:51 -0400 Subject: which key is stable --- general/functions.vim | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'general/functions.vim') diff --git a/general/functions.vim b/general/functions.vim index a708c61e..58db6b1f 100644 --- a/general/functions.vim +++ b/general/functions.vim @@ -1,11 +1,9 @@ " Turn spellcheck on for markdown files -" augroup auto_spellcheck - " autocmd BufNewFile,BufRead *.md setlocal spell -" augroup END +augroup auto_spellcheck + autocmd BufNewFile,BufRead *.md setlocal spell +augroup END " Remove trailing whitespaces automatically before save " augroup strip_ws - " autocmd BufWritePre * call utils#stripTrailingWhitespaces() +" autocmd BufWritePre * call utils#stripTrailingWhitespaces() " augroup END - - -- cgit v1.2.3