diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-28 22:27:35 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-28 22:27:35 +0200 |
commit | ba69a8bea5fd6c42ca09bba7698f615ed67f2e7e (patch) | |
tree | 89267ae93b3ecfa339cf3da8935c47dae2a2b2c2 | |
parent | 80fb6f708adf1a56527a23de262eb53b0c20188a (diff) |
Add plaintext to spell
-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 ="}) |