summaryrefslogtreecommitdiff
path: root/fnl/settings
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/settings')
-rw-r--r--fnl/settings/autocmds.fnl3
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/settings/autocmds.fnl b/fnl/settings/autocmds.fnl
index a87976a..b2a065c 100644
--- a/fnl/settings/autocmds.fnl
+++ b/fnl/settings/autocmds.fnl
@@ -12,8 +12,7 @@
[:FileType
{:pattern [:gitcommit :markdown] :command "setlocal wrap"}]
[:VimResized {:command "tabdo wincmd ="}]
- [[:FocusGained :BufEnter :CursorHold :CursorHoldI]
- {:command :checktime}]
+ [[:FocusGained :BufEnter] {:command :checktime}]
[[:InsertLeave :WinEnter]
{:callback (λ []
(let [cursorline (require :settings.cursorline)]