diff options
Diffstat (limited to 'fnl/config')
-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 dfdf789..e05405d 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -26,7 +26,7 @@ :NeogitCommitMessage :NeogitNotification :NeogitCommitView - :toggleterm] + :ToggleTerm] :command "setlocal spell!"}) (create-autocmd :VimResized {:command "tabdo wincmd ="}) |