diff options
author | Matthew Lemon <y@yulqen.org> | 2024-07-07 08:51:56 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-07-07 08:51:56 +0100 |
commit | e654541ff2b71fca89cc6cda07f02b74c9447532 (patch) | |
tree | d9debc10add20c5ebc9796dc7a28d25b0a706eaa | |
parent | c6c08f5b7a89dd437c113f3f535b091666b4628f (diff) |
Switch off spelling!
-rw-r--r-- | taskrc | 1 | ||||
-rw-r--r-- | vim/vimrc | 8 |
2 files changed, 4 insertions, 5 deletions
@@ -324,4 +324,3 @@ report.ml_deleted_last_month.filter=end.after:today-30day status:deleted regex=on news.version=2.6.0 -context=work @@ -389,8 +389,8 @@ nnoremap <leader><C-f> :GitFZF<CR> "}}} " Turn spelling on for text files {{{ " from - https://dmerej.info/blog/post/syntax-highlighting-is-useless/ -augroup textfiles - autocmd! - autocmd filetype markdown setlocal spell spelllang=en -augroup end +" augroup textfiles +" autocmd! +" autocmd filetype markdown setlocal spell spelllang=en +" augroup end "}}} |