diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-10-02 21:21:50 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-10-02 21:21:50 +0200 |
commit | ec5b6675916204c738eee9d17d547045a00b1d3f (patch) | |
tree | 4048e9d7a003693fdcc7cc7fb89e0a33fa016fd3 /fnl/settings/autocmds.fnl | |
parent | fd90d6d64d83fe2a6d14e4e50d47355c44c8a162 (diff) |
Remove cursorhold from file changed au
Diffstat (limited to 'fnl/settings/autocmds.fnl')
-rw-r--r-- | fnl/settings/autocmds.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/settings/autocmds.fnl b/fnl/settings/autocmds.fnl index a87976a..9e2f6d7 100644 --- a/fnl/settings/autocmds.fnl +++ b/fnl/settings/autocmds.fnl @@ -12,7 +12,7 @@ [:FileType {:pattern [:gitcommit :markdown] :command "setlocal wrap"}] [:VimResized {:command "tabdo wincmd ="}] - [[:FocusGained :BufEnter :CursorHold :CursorHoldI] + [[:FocusGained :BufEnter] {:command :checktime}] [[:InsertLeave :WinEnter] {:callback (λ [] |