From ec5b6675916204c738eee9d17d547045a00b1d3f Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Wed, 2 Oct 2024 21:21:50 +0200
Subject: Remove cursorhold from file changed au

---
 fnl/settings/autocmds.fnl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'fnl')

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 (λ []
-- 
cgit v1.2.3-70-g09d2