summaryrefslogtreecommitdiff
path: root/fnl/config/autocmd.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-06-28 22:27:35 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-06-28 22:27:35 +0200
commitba69a8bea5fd6c42ca09bba7698f615ed67f2e7e (patch)
tree89267ae93b3ecfa339cf3da8935c47dae2a2b2c2 /fnl/config/autocmd.fnl
parent80fb6f708adf1a56527a23de262eb53b0c20188a (diff)
Add plaintext to spell
Diffstat (limited to 'fnl/config/autocmd.fnl')
-rw-r--r--fnl/config/autocmd.fnl2
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 ="})