diff options
-rw-r--r-- | fnl/config/autocmd.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl index 7c65654..c851d3d 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -20,6 +20,6 @@ (autocmd :FileType {:pattern [:gitcommit :markdown] :command "setlocal wrap"}) -(autocmd :FileType {:pattern [:gitcommit :markdown :org] :command "setlocal spell"}) +(autocmd :FileType {:pattern [:gitcommit :markdown :org :plaintex] :command "setlocal spell"}) (autocmd :VimResized {:command "tabdo wincmd ="}) |