From e654541ff2b71fca89cc6cda07f02b74c9447532 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 7 Jul 2024 08:51:56 +0100 Subject: Switch off spelling! --- taskrc | 1 - vim/vimrc | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/taskrc b/taskrc index a0daf6e..ee4eed3 100644 --- a/taskrc +++ b/taskrc @@ -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 diff --git a/vim/vimrc b/vim/vimrc index fa746ca..e6b3a4f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -389,8 +389,8 @@ nnoremap :GitFZF "}}} " 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 "}}} -- cgit v1.2.3