From cb129352321700c03b0ba24cf8c30dbb6b37b024 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 16 May 2022 21:57:58 +0200 Subject: Add spell check in org --- fnl/config/autocmd.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/config/autocmd.fnl') diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl index d344015..911d8dc 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -24,6 +24,6 @@ (autocmd :FileType {:pattern [:gitcommit :markdown] :command "setlocal wrap"}) -(autocmd :FileType {:pattern [:gitcommit :markdown] :command "setlocal spell"}) +(autocmd :FileType {:pattern [:gitcommit :markdown :org] :command "setlocal spell"}) (autocmd :VimResized {:command "tabdo wincmd ="}) -- cgit v1.2.3-70-g09d2